From 77251cf46349b90ff353294b9ea3f6db15da735e Mon Sep 17 00:00:00 2001 From: Moritz Schlarb Date: Thu, 25 Mar 2021 16:23:05 +0100 Subject: [PATCH] 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 --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 55b3df4b..211d379b 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -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 && \