mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +00:00

* Install jupyterhub-base instead of jupyterhub * Update images/base-notebook/Dockerfile --------- Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
7 lines
202 B
Docker
7 lines
202 B
Docker
FROM quay.io/jupyter/base-notebook
|
|
|
|
RUN mamba install --yes 'jupyterhub-base==4.0.1' && \
|
|
mamba clean --all -f -y && \
|
|
fix-permissions "${CONDA_DIR}" && \
|
|
fix-permissions "/home/${NB_USER}"
|