Skip to content

Commit

Permalink
Update jupyterlab (#335)
Browse files Browse the repository at this point in the history
* Update jupyterlab

Bug: T347108

* auto update of  tag

---------

Co-authored-by: Github Action <[email protected]>
  • Loading branch information
vivian-rook and Github Action authored Oct 18, 2023
1 parent 5918358 commit fe61b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 \
jupyterlab==4.0.5
jupyterlab==4.0.6

## End minimal setup ##

Expand Down
2 changes: 1 addition & 1 deletion paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jupyterhub:
fsGid: 52771
image:
name: quay.io/wikimedia-paws-prod/singleuser
tag: pr-338 # singleuser tag managed by github actions
tag: pr-335 # singleuser tag managed by github actions
pullPolicy: Always
memory:
guarantee: 0.70G
Expand Down

0 comments on commit fe61b8a

Please sign in to comment.