Skip to content

Commit c840676

Browse files
Merge pull request #7096 from GeorgianaElena/support-tickets
[support] Address a couple of tickets
2 parents 3cf643e + 1e6392a commit c840676

File tree

2 files changed

+13
-42
lines changed

2 files changed

+13
-42
lines changed

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

Lines changed: 12 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jupyterhub:
6565
mem_15_gb:
6666
display_name: ~15 GB RAM, ~1.8 CPUs
6767
description: Up to ~4 CPUs when available
68+
default: true
6869
kubespawner_override:
6970
mem_guarantee: 15611359038
7071
mem_limit: 15611359038
@@ -122,49 +123,18 @@ jupyterhub:
122123
cpu_limit: 62.575
123124
node_selector:
124125
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
150-
kubespawner_override:
151-
image: quay.io/pangeo/pytorch-notebook:2025.08.14
152-
tensorflow2:
153-
display_name: Pangeo Tensorflow2 ML Notebook
154-
slug: tensorflow2
126+
n_gpu:
127+
display_name: NVIDIA Tesla T4, ~16 GB, ~4 CPUs
128+
description: Start a container on a dedicated node with a GPU
155129
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-
130+
environment:
131+
NVIDIA_DRIVER_CAPABILITIES: compute,utility
132+
mem_limit:
133+
mem_guarantee: 14G
134+
node_selector:
135+
node.kubernetes.io/instance-type: g4dn.xlarge
136+
extra_resource_limits:
137+
nvidia.com/gpu: '1'
168138
custom:
169139
daskhubSetup:
170140
enabled: true

config/clusters/projectpythia-binder/binderhub.values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ binderhub-service:
128128
allowed_specs:
129129
- ^ProjectPythia/.*$
130130
- ^ktyle/.*$
131+
- ^DAES433533/.*$
131132
- ^binder-examples/.*
132133
BinderHub:
133134
base_url: /

0 commit comments

Comments
 (0)