mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
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:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user