mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 18:14:05 +00:00

* Move from Docker Hub to quay.io * Fix http->https * Update registry-overviews * Remove Docker Hub name
7 lines
195 B
Docker
7 lines
195 B
Docker
FROM quay.io/jupyter/base-notebook
|
|
|
|
RUN mamba install --yes 'jupyterlab_rise' && \
|
|
mamba clean --all -f -y && \
|
|
fix-permissions "${CONDA_DIR}" && \
|
|
fix-permissions "/home/${NB_USER}"
|