From 2a05797b898e5b3513394b55c01dab1f95bfeeb0 Mon Sep 17 00:00:00 2001 From: Manny Cato Date: Tue, 10 Sep 2019 10:14:51 -0700 Subject: [PATCH] Address updating base notebook to jupyterlab 1.1.3 --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index cb533246..13406c49 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -104,7 +104,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ RUN conda install --quiet --yes \ 'notebook=6.0.0' \ 'jupyterhub=1.0.0' \ - 'jupyterlab=1.0.4' && \ + 'jupyterlab=1.1.3' && \ conda clean --all -f -y && \ npm cache clean --force && \ jupyter notebook --generate-config && \