mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Update custom recipes versions (#2276)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG BASE_IMAGE=quay.io/jupyter/base-notebook
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
RUN mamba install --yes 'jupyterhub-singleuser==4.0.1' && \
|
||||
RUN mamba install --yes 'jupyterhub-singleuser==5.2.1' && \
|
||||
mamba clean --all -f -y && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
||||
|
Reference in New Issue
Block a user