Skip to content

Commit bb6e562

Browse files
Add the gpu as a resource option of the first dropdown
1 parent 0b127f3 commit bb6e562

File tree

1 file changed

+11
-42
lines changed

1 file changed

+11
-42
lines changed

config/clusters/aimatx-2i2c-hub/common.values.yaml

Lines changed: 11 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -122,49 +122,18 @@ jupyterhub:
122122
cpu_limit: 62.575
123123
node_selector:
124124
node.kubernetes.io/instance-type: r5.16xlarge
125-
- display_name: NVIDIA Tesla T4, ~16 GB, ~4 CPUs
126-
description: Start a container on a dedicated node with a GPU
127-
slug: gpu
128-
allowed_groups:
129-
- 2i2c-org:hub-access-for-2i2c-staff
130-
- aimatx-ai:developers
131-
profile_options:
132-
image:
133-
display_name: Image
134-
dynamic_image_building:
135-
enabled: true
136-
unlisted_choice:
137-
enabled: true
138-
display_name: Custom image
139-
validation_regex: ^.+:.+$
140-
validation_message: Must be a publicly available docker image of form <image-name>:<tag>
141-
display_name_in_choices: Specify an existing docker image
142-
description_in_choices: Use a pre-existing docker image from a public docker registry (dockerhub, quay, etc)
143-
kubespawner_override:
144-
image: '{value}'
145-
choices:
146-
pytorch:
147-
display_name: Pangeo PyTorch ML Notebook
148-
default: true
149-
slug: pytorch
125+
gpu:
126+
display_name: NVIDIA Tesla T4, ~16 GB, ~4 CPUs
127+
description: Start a container on a dedicated node with a GPU
150128
kubespawner_override:
151-
image: quay.io/pangeo/pytorch-notebook:2025.08.14
152-
tensorflow2:
153-
display_name: Pangeo Tensorflow2 ML Notebook
154-
slug: tensorflow2
155-
kubespawner_override:
156-
image: quay.io/pangeo/ml-notebook:2025.08.14
157-
158-
kubespawner_override:
159-
environment:
160-
NVIDIA_DRIVER_CAPABILITIES: compute,utility
161-
mem_limit:
162-
mem_guarantee: 14G
163-
node_selector:
164-
node.kubernetes.io/instance-type: g4dn.xlarge
165-
extra_resource_limits:
166-
nvidia.com/gpu: '1'
167-
129+
environment:
130+
NVIDIA_DRIVER_CAPABILITIES: compute,utility
131+
mem_limit:
132+
mem_guarantee: 14G
133+
node_selector:
134+
node.kubernetes.io/instance-type: g4dn.xlarge
135+
extra_resource_limits:
136+
nvidia.com/gpu: '1'
168137
custom:
169138
daskhubSetup:
170139
enabled: true

0 commit comments

Comments
 (0)