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 10aa78a + 2e9eed5 commit 28817a6Copy full SHA for 28817a6
base-notebook/Dockerfile
@@ -133,7 +133,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
133
# files across image layers when the permissions change
134
RUN conda install --quiet --yes \
135
'notebook=6.3.0' \
136
- 'jupyterhub=1.3.0' \
+ 'jupyterhub=1.4.0' \
137
'jupyterlab=3.0.14' && \
138
conda clean --all -f -y && \
139
npm cache clean --force && \
0 commit comments