Update JupyterLab to 3.0.12

Otherwise JupyterLab doesn't load in Safari:

https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html#v3-0-12
This commit is contained in:
Moritz Schlarb
2021-03-25 16:23:05 +01:00
committed by GitHub
parent 5d5148b2e6
commit 77251cf463

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.2.0' \
'jupyterhub=1.3.0' \
'jupyterlab=3.0.11' && \
'jupyterlab=3.0.12' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \