Skip to content

Commit

Permalink
Use images with nbgitpuller for UCMerced
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yuvipanda committed Nov 3, 2023
1 parent 167889a commit 98dccb7
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 98dccb7

Please sign in to comment.