We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e7d29 commit 5e45f4aCopy full SHA for 5e45f4a
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