Skip to content

Commit

Permalink
auto update of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action authored and vivian-rook committed Jul 31, 2023
1 parent 1b99c87 commit 4083873
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ RUN /tmp/install-julia

RUN pip install --no-cache-dir \
jupyterlab-link-share>=0.2.4 \
nbgitpuller \
# nbgitpuller \
# voila # 0.4.0 downgrades jupyter-server to 1.24.0 appears to work on 2.0 from 0.5.0, though not yet released.
bash_kernel

Expand Down Expand Up @@ -262,3 +262,5 @@ COPY banner /etc/bash.bashrc
COPY --chown=tools.paws:tools.paws hide_clusters_tab.css /home/paws/.jupyter/custom/custom.css

EXPOSE 8888

CMD ["jupyter", "lab"]
6 changes: 3 additions & 3 deletions paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jupyterhub:
},
]
c.OAuthenticator.allow_all = True
c.JupyterHub.authenticator_class = Auth
c.JupyterHub.authenticate_prometheus = False
c.JupyterHub.logo_file = '/srv/jupyterhub/PAWS.svg'
Expand All @@ -255,7 +256,7 @@ jupyterhub:
fsGroup: 52771
image:
name: quay.io/wikimedia-paws-prod/paws-hub
tag: pr-236 # paws-hub tag managed by github actions
tag: pr-317 # paws-hub tag managed by github actions
containerSecurityContext:
runAsUser: 52771
resources:
Expand All @@ -278,11 +279,10 @@ jupyterhub:
singleuser:
cmd:
- jupyterhub-singleuser
- --LabApp.collaborative=true
fsGid: 52771
image:
name: quay.io/wikimedia-paws-prod/singleuser
tag: pr-315 # singleuser tag managed by github actions
tag: pr-317 # singleuser tag managed by github actions
pullPolicy: Always
memory:
guarantee: 1G
Expand Down

0 comments on commit 4083873

Please sign in to comment.