Skip to content

Commit 98dccb7

Browse files
committed
Use images with nbgitpuller for UCMerced
Both the images in use at UCMerced don't have nbgitpuller installed in them, while the previous combined image did. I've been working on getting nbgitpuller into upstream jupyter docker-stacks (jupyter/docker-stacks#2000) for a while, but it looks like it'll take a bit longer. So I've temporarily created a repo (https://github.com/2i2c-org/scipy-notebook-with-nbgitpuller/) to use here. It's based on the same tag as before, but with nbgitpuller installed. We can get rid of this once nbgitpuller lands upstream. I have created https://github.com/2i2c-org/rocker-with-nbgitpuller/ to do the same for use with rocker. This too is a temporary repo. I hopefully will have a better longer term solution speced out next week. This unblocks ucmerced currently teaching. Ref https://2i2c.freshdesk.com/a/tickets/1089
1 parent 167889a commit 98dccb7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

config/clusters/2i2c/ucmerced-staging.values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jupyterhub:
1212
description: Start a Python server with JupyterLab and scientific Python stack
1313
default: true
1414
kubespawner_override:
15-
image: jupyter/scipy-notebook:2023-06-26
15+
# From https://github.com/2i2c-org/scipy-notebook-with-nbgitpuller
16+
image: quay.io/2i2c/scipy-notebook-with-nbgitpuller:99968bfe6916
1617
# Launch into JupyterLab after the user logs in
1718
default_url: /lab
1819
- display_name: R
1920
description: Start a R server with tidyverse & Geospatial tools
2021
kubespawner_override:
21-
image: rocker/binder:4.3.1
22+
# From https://github.com/2i2c-org/rocker-with-nbgitpuller
23+
image: quay.io/2i2c/rocker-with-nbgitpuller:287ea05b2809
2224
default_url: /lab
2325
# Ensures container working dir is homedir
2426
# https://github.com/2i2c-org/infrastructure/issues/2559

config/clusters/2i2c/ucmerced.values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jupyterhub:
1212
description: Start a Python server with JupyterLab and scientific Python stack
1313
default: true
1414
kubespawner_override:
15-
image: jupyter/scipy-notebook:2023-06-26
15+
# From https://github.com/2i2c-org/scipy-notebook-with-nbgitpuller
16+
image: quay.io/2i2c/scipy-notebook-with-nbgitpuller:99968bfe6916
1617
# Launch into JupyterLab after the user logs in
1718
default_url: /lab
1819
- display_name: R
1920
description: Start a R server with tidyverse & Geospatial tools
2021
kubespawner_override:
21-
image: rocker/binder:4.3.1
22+
# From https://github.com/2i2c-org/rocker-with-nbgitpuller
23+
image: quay.io/2i2c/rocker-with-nbgitpuller:287ea05b2809
2224
default_url: /lab
2325
# Ensures container working dir is homedir
2426
# https://github.com/2i2c-org/infrastructure/issues/2559

0 commit comments

Comments
 (0)