From 8ff8e2cff156750708cc9719741ef076075daa06 Mon Sep 17 00:00:00 2001 From: Dirk Grunwald Date: Tue, 26 May 2020 21:29:32 +0000 Subject: [PATCH] upgrade jupyterlab to 2.1.3 to avoid npm delay --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index b7146073..49b30e8d 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -112,7 +112,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ RUN conda install --quiet --yes \ 'notebook=6.0.3' \ 'jupyterhub=1.1.0' \ - 'jupyterlab=2.1.1' && \ + 'jupyterlab=2.1.3' && \ conda clean --all -f -y && \ npm cache clean --force && \ jupyter notebook --generate-config && \