Skip to content

Commit

Permalink
Merge pull request #2317 from 2i2c-org/carbonplan-update-image-selection
Browse files Browse the repository at this point in the history
carbonpan add pangeo tensorflow ML and edge images
  • Loading branch information
pnasrat authored Mar 8, 2023
2 parents 547889a + 95035ab commit a833016
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions config/clusters/carbonplan/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ basehub:
display_name: Image
choices:
python:
display_name: Trace Python Notebook
display_name: DEPRECATED Trace Python Notebook
default: true
slug: "python"
kubespawner_override:
Expand All @@ -62,10 +62,20 @@ basehub:
kubespawner_override:
image: carbonplan/main-single-user:latest
cmip6:
display_name: CMIP6 Downscaling
display_name: DEPRECATED CMIP6 Downscaling
slug: "cmip6"
kubespawner_override:
image: carbonplan/cmip6-downscaling-single-user:latest
tensorflow:
display_name: Pangeo Tensorflow ML Notebook
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:ebeb9dd"
edge:
display_name: Edge Single User
slug: "edge"
kubespawner_override:
image: "carbonplan/edge-single-user:latest"
kubespawner_override:
# Expllicitly unset mem_limit, so it overrides the default memory limit we set in
# basehub/values.yaml
Expand Down

0 comments on commit a833016

Please sign in to comment.