feat(common): Force nvidia driver capabilities to all when gpu is selected (#2023)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 9.0.0
|
||||
version: 9.0.1
|
||||
|
||||
@@ -65,6 +65,9 @@
|
||||
{{- if not ( .Values.scaleGPU ) }}
|
||||
- name: NVIDIA_VISIBLE_DEVICES
|
||||
value: "void"
|
||||
{{- else }}
|
||||
- name: NVIDIA_DRIVER_CAPABILITIES
|
||||
value: "all"
|
||||
{{- end }}
|
||||
- name: TZ
|
||||
value: {{ .Values.TZ | quote }}
|
||||
|
||||
Reference in New Issue
Block a user