mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Merge branch 'master' into asalikhov/python_tagging
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 \
|
RUN conda install --quiet --yes \
|
||||||
'notebook=6.3.0' \
|
'notebook=6.3.0' \
|
||||||
'jupyterhub=1.3.0' \
|
'jupyterhub=1.3.0' \
|
||||||
'jupyterlab=3.0.12' && \
|
'jupyterlab=3.0.14' && \
|
||||||
conda clean --all -f -y && \
|
conda clean --all -f -y && \
|
||||||
npm cache clean --force && \
|
npm cache clean --force && \
|
||||||
jupyter notebook --generate-config && \
|
jupyter notebook --generate-config && \
|
||||||
|
Reference in New Issue
Block a user