From fca067d6fe721d957d132bb49a1f68cd48718bea Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Thu, 15 Feb 2024 08:59:12 -0500 Subject: [PATCH] Jupyterlab to 4.1.1 (#376) * Jupyterlab to 4.1.1 Bug: T357027 * 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 0f9b68cf..70ae5a47 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.0.2 \ - jupyterlab==4.1.0 + jupyterlab==4.1.1 ## End minimal setup ## diff --git a/paws/values.yaml b/paws/values.yaml index 03d14c1a..23e4f3ef 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-374 # singleuser tag managed by github actions + tag: pr-376 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G