Merge pull request #1285 from jakob-keller/jupyterhub_1.4.0

Update JupyterHub to 1.4.0
This commit is contained in:
Romain
2021-05-04 16:14:49 +02:00
committed by GitHub

View File

@@ -133,7 +133,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
# files across image layers when the permissions change
RUN conda install --quiet --yes \
'notebook=6.3.0' \
'jupyterhub=1.3.0' \
'jupyterhub=1.4.0' \
'jupyterlab=3.0.14' && \
conda clean --all -f -y && \
npm cache clean --force && \