From a1e40faed84e8c57f6d9c52e66de59679953e7f1 Mon Sep 17 00:00:00 2001 From: Chance Zibolski Date: Thu, 20 Aug 2020 09:22:05 -0700 Subject: [PATCH] base-notebook: Update notebook to 6.1.3 and jupyterlab to 2.2.5 --- base-notebook/Dockerfile | 4 ++-- base-notebook/Dockerfile.ppc64le | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 9abc02fd..97581c23 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -114,9 +114,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ # Do all this in a single RUN command to avoid duplicating all of the # files across image layers when the permissions change RUN conda install --quiet --yes \ - 'notebook=6.0.3' \ + 'notebook=6.1.3' \ 'jupyterhub=1.1.0' \ - 'jupyterlab=2.1.5' && \ + 'jupyterlab=2.2.5' && \ conda clean --all -f -y && \ npm cache clean --force && \ jupyter notebook --generate-config && \ diff --git a/base-notebook/Dockerfile.ppc64le b/base-notebook/Dockerfile.ppc64le index 30eab959..6320d7d9 100644 --- a/base-notebook/Dockerfile.ppc64le +++ b/base-notebook/Dockerfile.ppc64le @@ -107,9 +107,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ # Do all this in a single RUN command to avoid duplicating all of the # files across image layers when the permissions change RUN conda install --quiet --yes \ - 'notebook=6.0.3' \ + 'notebook=6.1.3' \ 'jupyterhub=1.1.0' \ - 'jupyterlab=2.1.1' && \ + 'jupyterlab=2.2.5' && \ conda clean --all -f -y && \ npm cache clean --force && \ jupyter notebook --generate-config && \