Install jupyterhub-base instead of jupyterhub (#2171)

* Install jupyterhub-base instead of jupyterhub

* Update images/base-notebook/Dockerfile

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
This commit is contained in:
Erik Sundell
2024-11-06 16:04:07 +01:00
committed by GitHub
parent 62a85b43b6
commit 28a0b25bce
3 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM quay.io/jupyter/base-notebook
RUN mamba install --yes 'jupyterhub==4.0.1' && \
RUN mamba install --yes 'jupyterhub-base==4.0.1' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"