From 03c4c69a42a76c3dc9f6d542d608316459273af6 Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:47:10 -0500 Subject: [PATCH] Upgrade jupyterlab (#372) * Upgrade jupyterlab 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 29a7ab34..d175f123 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.0.12 + jupyterlab==4.1.0 ## End minimal setup ## diff --git a/paws/values.yaml b/paws/values.yaml index 2a3cff47..d2f8bb63 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-370 # singleuser tag managed by github actions + tag: pr-372 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G