fix taint
This commit is contained in:
parent
d6f7148008
commit
67c6a0b0d0
1 changed files with 2 additions and 5 deletions
|
|
@ -16,12 +16,9 @@ spec:
|
|||
|
||||
# 2. ACCEPT THE GPU TAINT
|
||||
tolerations:
|
||||
- key: "nvidia.com/gpu-h100"
|
||||
operator: "Exists"
|
||||
- key: "nvidia.com/gpu-a100-80gb"
|
||||
value: "present"
|
||||
effect: "NoSchedule"
|
||||
- key: "nvidia.com/gpu-h100"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
|
||||
volumes:
|
||||
- name: deepseek-storage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue