Skip to content

Commit

Permalink
[fix] adding dask gpu back in
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Sep 3, 2024
1 parent fa3108d commit 1828824
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions daskhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ jupyterhub:
kubespawner_override:
cpu_limit: 8
mem_limit: "32G"
# - display_name: "1 GPU High Memory"
# description: "Environment with 4 CPUs, 16Gi RAM, and 1 GPU"
# kubespawner_override:
# image: pangeo/ml-notebook
# cpu_limit: 4
# mem_limit: "16G"
# extra_resource_limits:
# nvidia.com/gpu: "1"
- display_name: "1 GPU High Memory"
description: "Environment with 4 CPUs, 16Gi RAM, and 1 GPU"
kubespawner_override:
image: pangeo/ml-notebook
cpu_limit: 4
mem_limit: "16G"
extra_resource_limits:
nvidia.com/gpu: "1"

dask-gateway:
enabled: true # Enabling dask-gateway will install Dask Gateway as a dependency.
Expand Down
4 changes: 2 additions & 2 deletions helmsman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ apps:
namespace: "nvidia-device-plugin"
chart: "nvdp/nvidia-device-plugin"
group: "prod"
enabled: false
enabled: true
version: "0.10.0"

docker-registry:
Expand Down Expand Up @@ -129,6 +129,6 @@ apps:
name: "nvidia-gpu-operator"
namespace: "gpu-operator"
chart: "nvidia/gpu-operator"
enabled: false
enabled: true
version: "1.9.1"
group: "prod"

0 comments on commit 1828824

Please sign in to comment.