Skip to content

Commit

Permalink
Merge pull request #3370 from yuvipanda/ucmerced-bump
Browse files Browse the repository at this point in the history
Use images with nbgitpuller for UCMerced
  • Loading branch information
yuvipanda authored Nov 3, 2023
2 parents 167889a + 98dccb7 commit afb72db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions config/clusters/2i2c/ucmerced-staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jupyterhub:
description: Start a Python server with JupyterLab and scientific Python stack
default: true
kubespawner_override:
image: jupyter/scipy-notebook:2023-06-26
# From https://github.com/2i2c-org/scipy-notebook-with-nbgitpuller
image: quay.io/2i2c/scipy-notebook-with-nbgitpuller:99968bfe6916
# Launch into JupyterLab after the user logs in
default_url: /lab
- display_name: R
description: Start a R server with tidyverse & Geospatial tools
kubespawner_override:
image: rocker/binder:4.3.1
# From https://github.com/2i2c-org/rocker-with-nbgitpuller
image: quay.io/2i2c/rocker-with-nbgitpuller:287ea05b2809
default_url: /lab
# Ensures container working dir is homedir
# https://github.com/2i2c-org/infrastructure/issues/2559
Expand Down
6 changes: 4 additions & 2 deletions config/clusters/2i2c/ucmerced.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jupyterhub:
description: Start a Python server with JupyterLab and scientific Python stack
default: true
kubespawner_override:
image: jupyter/scipy-notebook:2023-06-26
# From https://github.com/2i2c-org/scipy-notebook-with-nbgitpuller
image: quay.io/2i2c/scipy-notebook-with-nbgitpuller:99968bfe6916
# Launch into JupyterLab after the user logs in
default_url: /lab
- display_name: R
description: Start a R server with tidyverse & Geospatial tools
kubespawner_override:
image: rocker/binder:4.3.1
# From https://github.com/2i2c-org/rocker-with-nbgitpuller
image: quay.io/2i2c/rocker-with-nbgitpuller:287ea05b2809
default_url: /lab
# Ensures container working dir is homedir
# https://github.com/2i2c-org/infrastructure/issues/2559
Expand Down

0 comments on commit afb72db

Please sign in to comment.