We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8774c commit a2a6563Copy full SHA for a2a6563
charts/model-engine/templates/service_template_config_map.yaml
@@ -92,6 +92,9 @@ data:
92
{{- toYaml . | nindent 12 }}
93
{{- end }}
94
{{- if eq $device "gpu" }}
95
+ {{- if empty $node_selector }}
96
+ nodeSelector:
97
+ {{- end }}
98
k8s.amazonaws.com/accelerator: ${GPU_TYPE}
99
tolerations:
100
- key: "nvidia.com/gpu"
@@ -634,6 +637,9 @@ data:
634
637
635
638
636
639
640
641
642
643
644
645
0 commit comments