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 ##