Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade notebook allowing i18n support #324

Merged
merged 4 commits into from Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion images/singleuser/Dockerfile
Expand Up @@ -45,7 +45,6 @@ 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 \
notebook==6.5.5 \
jupyterlab==4.0.5

## 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-312 # singleuser tag managed by github actions
tag: pr-324 # singleuser tag managed by github actions
pullPolicy: Always
memory:
guarantee: 1G
Expand Down