From ecf876b7be0cb171b20faf9ab8a56d040cca5b97 Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:55:06 -0400 Subject: [PATCH] Upgrade jupyterlab (#398) * Upgrade jupyterlab Bug: T362232 * auto update of tag --------- Co-authored-by: Github Action --- images/singleuser/Dockerfile | 2 +- paws/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index eb0e414f..09de6b11 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -45,7 +45,7 @@ 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.1.1 \ - jupyterlab==4.1.5 + jupyterlab==4.1.6 ## End minimal setup ## diff --git a/paws/values.yaml b/paws/values.yaml index 5b3cec93..44588879 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -280,7 +280,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-395 # singleuser tag managed by github actions + tag: pr-398 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G