From 7ff654866aadee9046582485ab72ba95a2c2894d Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Tue, 22 Aug 2023 12:32:33 -0400 Subject: [PATCH] Upgrade notebook allowing i18n support Bug: T121478 --- images/singleuser/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 598f9bde..1a1bcce7 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -45,7 +45,6 @@ RUN pip --no-cache-dir install -U pip setuptools wheel # Install base notebook packages RUN pip install --prefix=/srv/paws --no-cache-dir \ jupyterhub==4.0.1 \ - notebook==6.5.5 \ jupyterlab==4.0.3 ## End minimal setup ##