Merge pull request #985 from consideRatio/bump-base-notebook-jhub-jlab

Bump: notebook (6.0.0 > 6.0.2), jupyterhub (1.0.0 > 1.1.0), jupyterlab (1.2.1 > 1.2.5).
This commit is contained in:
Min RK
2020-01-21 10:17:00 +01:00
committed by GitHub

View File

@@ -106,9 +106,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
# Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change
RUN conda install --quiet --yes \
'notebook=6.0.0' \
'jupyterhub=1.0.0' \
'jupyterlab=1.2.1' && \
'notebook=6.0.2' \
'jupyterhub=1.1.0' \
'jupyterlab=1.2.5' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \