Skip to content

Commit

Permalink
chore: restrict daemonset to cuda compute, utility (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Jul 29, 2024
1 parent ea15950 commit 4bf9124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k3d-gpu/plugin/device-plugin-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- name: NVIDIA_VISIBLE_DEVICES
value: all
- name: NVIDIA_DRIVER_CAPABILITIES
value: all
value: compute,utility
- name: MPS_ROOT
value: /run/nvidia/mps
securityContext:
Expand Down

0 comments on commit 4bf9124

Please sign in to comment.