From 6c44f8183b1e57044bbc4849165528b3b154cc1f Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:47:22 -0500 Subject: [PATCH] Update jupyterlab (#463) * Update jupyterlab Bug: T380474 * 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 61e87a2c..8d6c57ae 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -43,7 +43,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.3.0 + jupyterlab==4.3.1 ## End minimal setup ## diff --git a/paws/values.yaml b/paws/values.yaml index 273520ad..97b1940b 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-459 # singleuser tag managed by github actions + tag: pr-463 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G