Changes

Jump to navigation Jump to search

Cluster:Compute nodes

231 bytes added, 4 years ago
m
Acquiring GPUs with more than 20 GB
nodeSelector:
gpumem=32
tolerations:
- key: "gpumem"
# Note: to be able to run on a GPU with any amount of memory,
# replace the operator/value pair by just "operator: "Exists"".
operator: "Equal"
value: "32"
effect: "NoSchedule"
containers:
- name: gpu-container

Navigation menu