Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LEAP notebook tags #3688

Merged
merged 2 commits into from
Feb 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config/clusters/leap/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,17 +204,17 @@ basehub:
default: true
slug: "pangeo"
kubespawner_override:
image: "pangeo/pangeo-notebook:2023.08.29"
image: "pangeo/pangeo-notebook:2023.08.292024.01.23"
consideRatio marked this conversation as resolved.
Show resolved Hide resolved
tensorflow:
display_name: Pangeo Tensorflow ML Notebook
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2023.08.29"
image: "pangeo/ml-notebook:2024.01.23"
pytorch:
display_name: Pangeo PyTorch ML Notebook
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2023.08.29"
image: "pangeo/pytorch-notebook:2024.01.23"
leap-pangeo-edu:
display_name: LEAP Education Notebook (Testing Prototype)
slug: "leap_edu"
Expand Down Expand Up @@ -267,12 +267,12 @@ basehub:
display_name: Pangeo Tensorflow ML Notebook
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2023.08.29"
image: "pangeo/ml-notebook:2024.01.23"
pytorch:
display_name: Pangeo PyTorch ML Notebook
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2023.08.29"
image: "pangeo/pytorch-notebook:2024.01.23"
kubespawner_override:
environment:
NVIDIA_DRIVER_CAPABILITIES: compute,utility
Expand Down
Loading