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