Update Dockerfile

v3.0.14
Clean up browser check (#10080)
Loosen pin on jupyter-packaging (#9998)

v3.0.13
Add cell id per notebook format 4.5 (#10018)
Fix label for “Create Console for Editor” (#9794)
Use blobs to set the svg source of an image in the image viewer (#10029)
Fix copy shareable link command (#10021)
Clarify where the overrides.json file should be in the docs (#9996)
Do not make unnecessary npm registry requests (#9974)
Fix escaping of urls and paths (#9978)
This commit is contained in:
Alexander Manley
2021-04-16 18:29:48 -04:00
committed by GitHub
parent 20c9b80428
commit 12085871f0

View File

@@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
RUN conda install --quiet --yes \
'notebook=6.3.0' \
'jupyterhub=1.3.0' \
'jupyterlab=3.0.12' && \
'jupyterlab=3.0.14' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \