Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4567 from jbusecke/patch-15
Browse files Browse the repository at this point in the history
Bump pangeo image version
  • Loading branch information
yuvipanda authored Aug 2, 2024
2 parents b61e0cc + f9dda85 commit 7dc6408
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config/clusters/leap/daskhub-common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,21 +176,21 @@ basehub:
image: "{value}"
choices:
pangeo:
display_name: Base Pangeo Notebook (2024.06.02)
display_name: Base Pangeo Notebook (2024.07.30)
default: true
slug: "pangeo"
kubespawner_override:
image: "pangeo/pangeo-notebook:2024.06.02"
image: "pangeo/pangeo-notebook:2024.07.30"
tensorflow:
display_name: Pangeo Tensorflow ML Notebook (2024.06.02)
display_name: Pangeo Tensorflow ML Notebook (2024.07.30)
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2024.06.02"
image: "pangeo/ml-notebook:2024.07.30"
pytorch:
display_name: Pangeo PyTorch ML Notebook (2024.06.02)
display_name: Pangeo PyTorch ML Notebook (2024.07.30)
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.06.02"
image: "pangeo/pytorch-notebook:2024.07.30"
leap-pangeo-edu:
display_name: LEAP Education Notebook (Testing Prototype)
slug: "leap_edu"
Expand Down Expand Up @@ -281,21 +281,21 @@ basehub:
image: "{value}"
choices:
pangeo:
display_name: Base Pangeo Notebook (2024.06.02)
display_name: Base Pangeo Notebook (2024.07.30)
default: true
slug: "pangeo"
kubespawner_override:
image: "pangeo/pangeo-notebook:2024.06.02"
image: "pangeo/pangeo-notebook:2024.07.30"
tensorflow:
display_name: Pangeo Tensorflow ML Notebook (2024.06.02)
display_name: Pangeo Tensorflow ML Notebook (2024.07.30)
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2024.06.02"
image: "pangeo/ml-notebook:2024.07.30"
pytorch:
display_name: Pangeo PyTorch ML Notebook (2024.06.02)
display_name: Pangeo PyTorch ML Notebook (2024.07.30)
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.06.02"
image: "pangeo/pytorch-notebook:2024.07.30"
leap-pangeo-edu:
display_name: LEAP Education Notebook (Testing Prototype)
slug: "leap_edu"
Expand Down Expand Up @@ -344,15 +344,15 @@ basehub:
unlisted_choice: *profile_list_unlisted_choice
choices:
tensorflow:
display_name: Pangeo Tensorflow ML Notebook (2024.06.02)
display_name: Pangeo Tensorflow ML Notebook (2024.07.30)
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2024.06.02"
image: "pangeo/ml-notebook:2024.07.30"
pytorch:
display_name: Pangeo PyTorch ML Notebook (2024.06.02)
display_name: Pangeo PyTorch ML Notebook (2024.07.30)
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.06.02"
image: "pangeo/pytorch-notebook:2024.07.30"
kubespawner_override:
environment:
NVIDIA_DRIVER_CAPABILITIES: compute,utility
Expand Down

0 comments on commit 7dc6408

Please sign in to comment.