From db88aec36df50890d513f7922465605452874426 Mon Sep 17 00:00:00 2001 From: Krishnan R <krishnanr1997@gmail.com> Date: Wed, 11 Aug 2021 12:06:55 +0200 Subject: [PATCH] Update notebook and jupyterlab python packages --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04c5df1..1cd25ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,9 +100,9 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \ RUN pip3 --no-cache-dir install \ 'ipyparallel' \ - 'notebook==6.1.6' \ + 'notebook==6.4.2' \ 'jupyterhub==1.1.0' \ - 'jupyterlab==2.2.6' \ + 'jupyterlab==2.2.10' \ 'jupyter_nbextensions_configurator' \ 'voila' -- GitLab