We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b96fb commit a61a25fCopy full SHA for a61a25f
helm-charts/common/tgi/templates/configmap.yaml
@@ -19,6 +19,7 @@ data:
19
no_proxy: {{ .Values.global.no_proxy | quote }}
20
{{- if contains "tgi-gaudi" .Values.image.repository }}
21
HABANA_LOGS: "/tmp/habana_logs"
22
+ TRITON_CACHE_DIR: "/tmp/triton_cache"
23
{{- end }}
24
NUMBA_CACHE_DIR: "/tmp"
25
HF_HOME: "/tmp/.cache/huggingface"
helm-charts/common/tgi/values.yaml
@@ -53,10 +53,10 @@ podSecurityContext: {}
53
# fsGroup: 2000
54
55
securityContext:
56
- readOnlyRootFilesystem: true
57
- allowPrivilegeEscalation: false
58
- runAsNonRoot: true
59
- runAsUser: 1000
+ #readOnlyRootFilesystem: true
+ #allowPrivilegeEscalation: false
+ #runAsNonRoot: true
+ #runAsUser: 1000
60
capabilities:
61
drop:
62
- ALL
0 commit comments