notebook 5.7.2

This commit is contained in:
Min RK
2018-11-19 10:28:45 +01:00
parent 5b2160dfd9
commit be4fd6705b

View File

@@ -91,7 +91,7 @@ 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=5.7.0' \
'notebook=5.7.2' \
'jupyterhub=0.9.4' \
'jupyterlab=0.35.4' && \
conda clean -tipsy && \