We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be289da + c18535d commit e1432beCopy full SHA for e1432be
base-notebook/Dockerfile
@@ -97,8 +97,8 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
97
# Do all this in a single RUN command to avoid duplicating all of the
98
# files across image layers when the permissions change
99
RUN conda install --quiet --yes \
100
- 'notebook=5.7.5' \
101
- 'jupyterhub=0.9.4' \
+ 'notebook=5.7.8' \
+ 'jupyterhub=0.9.6' \
102
'jupyterlab=0.35.4' && \
103
conda clean -tipsy && \
104
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
0 commit comments