Skip to content

Commit

Permalink
upgrade jupyterlab jupyterhub notebook (#244)
Browse files Browse the repository at this point in the history
* upgrade jupyterlab jupyterhub

Bug: T324002

* auto update of  tag

* more upgrades

---------

Co-authored-by: Github Action <auto@github.com>
  • Loading branch information
vivian-rook and Github Action committed Apr 12, 2023
1 parent 7a88b67 commit c345066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/singleuser/Dockerfile
Expand Up @@ -44,9 +44,9 @@ RUN pip --no-cache-dir install -U pip setuptools wheel

# Install base notebook packages
RUN pip install --prefix=/srv/paws --no-cache-dir \
jupyterhub==3.0.0 \
jupyterhub==3.1.1 \
notebook==6.4.12 \
jupyterlab==3.4.8
jupyterlab==3.6.3

## End minimal setup ##

Expand Down
2 changes: 1 addition & 1 deletion paws/values.yaml
Expand Up @@ -282,7 +282,7 @@ jupyterhub:
fsGid: 52771
image:
name: quay.io/wikimedia-paws-prod/singleuser
tag: pr-266 # singleuser tag managed by github actions
tag: pr-244 # singleuser tag managed by github actions
pullPolicy: Always
memory:
guarantee: 1G
Expand Down

0 comments on commit c345066

Please sign in to comment.