Merge pull request #839 from minrk/bumps

bump notebook, jupyterhub
This commit is contained in:
Peter Parente
2019-04-01 09:54:03 -04:00
committed by GitHub

View File

@@ -97,8 +97,8 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
# Do all this in a single RUN command to avoid duplicating all of the # Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change # files across image layers when the permissions change
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.7.5' \ 'notebook=5.7.8' \
'jupyterhub=0.9.4' \ 'jupyterhub=0.9.6' \
'jupyterlab=0.35.4' && \ 'jupyterlab=0.35.4' && \
conda clean -tipsy && \ conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \ jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \