Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4222 from jbusecke/patch-14
Browse files Browse the repository at this point in the history
Bump image version
  • Loading branch information
sgibson91 authored Jun 13, 2024
2 parents 0c70018 + 8907c7a commit 983c0e0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config/clusters/leap/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,21 +161,21 @@ basehub:
image: "{value}"
choices:
pangeo:
display_name: Base Pangeo Notebook
display_name: Base Pangeo Notebook (2024.06.02)
default: true
slug: "pangeo"
kubespawner_override:
image: "pangeo/pangeo-notebook:2024.05.21"
image: "pangeo/pangeo-notebook:2024.06.02"
tensorflow:
display_name: Pangeo Tensorflow ML Notebook
display_name: Pangeo Tensorflow ML Notebook (2024.06.02)
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2024.05.21"
image: "pangeo/ml-notebook:2024.06.02"
pytorch:
display_name: Pangeo PyTorch ML Notebook
display_name: Pangeo PyTorch ML Notebook (2024.06.02)
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.05.21"
image: "pangeo/pytorch-notebook:2024.06.02"
leap-pangeo-edu:
display_name: LEAP Education Notebook (Testing Prototype)
slug: "leap_edu"
Expand Down Expand Up @@ -266,21 +266,21 @@ basehub:
image: "{value}"
choices:
pangeo:
display_name: Base Pangeo Notebook
display_name: Base Pangeo Notebook (2024.06.02)
default: true
slug: "pangeo"
kubespawner_override:
image: "pangeo/pangeo-notebook:2024.05.21"
image: "pangeo/pangeo-notebook:2024.06.02"
tensorflow:
display_name: Pangeo Tensorflow ML Notebook
display_name: Pangeo Tensorflow ML Notebook (2024.06.02)
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2024.05.21"
image: "pangeo/ml-notebook:2024.06.02"
pytorch:
display_name: Pangeo PyTorch ML Notebook
display_name: Pangeo PyTorch ML Notebook (2024.06.02)
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.05.21"
image: "pangeo/pytorch-notebook:2024.06.02"
leap-pangeo-edu:
display_name: LEAP Education Notebook (Testing Prototype)
slug: "leap_edu"
Expand Down Expand Up @@ -329,15 +329,15 @@ basehub:
unlisted_choice: *profile_list_unlisted_choice
choices:
tensorflow:
display_name: Pangeo Tensorflow ML Notebook
display_name: Pangeo Tensorflow ML Notebook (2024.06.02)
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2024.05.21"
image: "pangeo/ml-notebook:2024.06.02"
pytorch:
display_name: Pangeo PyTorch ML Notebook
display_name: Pangeo PyTorch ML Notebook (2024.06.02)
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.05.21"
image: "pangeo/pytorch-notebook:2024.06.02"
kubespawner_override:
environment:
NVIDIA_DRIVER_CAPABILITIES: compute,utility
Expand Down

0 comments on commit 983c0e0

Please sign in to comment.