Skip to content

Commit

Permalink
remove T4, A100, TPU profil options for jupyterhub
Browse files Browse the repository at this point in the history
  • Loading branch information
chiayi committed Apr 5, 2024
1 parent e22a63d commit 03ad9e4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions modules/jupyter/jupyter_config/config-selfauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,24 @@ singleuser:
kubespawner_override:
default: true
default: true
- display_name: "GPU (L4)"
description: "Creates GPU VMs (L4) as the compute for notebook execution."
profile_options:
storage:
display_name: "Storage"
choices:
DefaultStorage:
display_name: "Local (SSD)"
kubespawner_override:
default: true
kubespawner_override:
image: ${notebook_image}:${notebook_image_tag}
extra_resource_limits:
nvidia.com/gpu: "1"
extra_resource_guarantees:
nvidia.com/gpu: "1"
node_selector:
cloud.google.com/gke-accelerator: "nvidia-l4"
cmd: null
cloudMetadata:
blockWithIptables: false
Expand Down

0 comments on commit 03ad9e4

Please sign in to comment.