Skip to content

Commit

Permalink
Merge pull request #4966 from jbusecke/patch-16
Browse files Browse the repository at this point in the history
Bump pangeo notebook version
  • Loading branch information
yuvipanda authored Oct 16, 2024
2 parents 22b2967 + 5b435ff commit b58f205
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.07.30)
display_name: Base Pangeo Notebook (2024.10.11)
default: true
slug: "pangeo"
kubespawner_override:
image: "pangeo/pangeo-notebook:2024.07.30"
image: "pangeo/pangeo-notebook:2024.10.11"
tensorflow:
display_name: Pangeo Tensorflow ML Notebook (2024.07.30)
display_name: Pangeo Tensorflow ML Notebook (2024.10.11)
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2024.07.30"
image: "pangeo/ml-notebook:2024.10.11"
pytorch:
display_name: Pangeo PyTorch ML Notebook (2024.07.30)
display_name: Pangeo PyTorch ML Notebook (2024.10.11)
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.07.30"
image: "pangeo/pytorch-notebook:2024.10.11"
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.07.30)
display_name: Base Pangeo Notebook (2024.10.11)
default: true
slug: "pangeo"
kubespawner_override:
image: "pangeo/pangeo-notebook:2024.07.30"
image: "pangeo/pangeo-notebook:2024.10.11"
tensorflow:
display_name: Pangeo Tensorflow ML Notebook (2024.07.30)
display_name: Pangeo Tensorflow ML Notebook (2024.10.11)
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2024.07.30"
image: "pangeo/ml-notebook:2024.10.11"
pytorch:
display_name: Pangeo PyTorch ML Notebook (2024.07.30)
display_name: Pangeo PyTorch ML Notebook (2024.10.11)
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.07.30"
image: "pangeo/pytorch-notebook:2024.10.11"
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.07.30)
display_name: Pangeo Tensorflow ML Notebook (2024.10.11)
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2024.07.30"
image: "pangeo/ml-notebook:2024.10.11"
pytorch:
display_name: Pangeo PyTorch ML Notebook (2024.07.30)
display_name: Pangeo PyTorch ML Notebook (2024.10.11)
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2024.07.30"
image: "pangeo/pytorch-notebook:2024.10.11"
kubespawner_override:
environment:
NVIDIA_DRIVER_CAPABILITIES: compute,utility
Expand Down

0 comments on commit b58f205

Please sign in to comment.