diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 1aa7e9a2..6d5ee868 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -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 @@ -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"] diff --git a/paws/values.yaml b/paws/values.yaml index 7b68baca..a7b43c15 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -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' @@ -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: @@ -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