We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77d8b6e + 90c6b77 commit e5b4f92Copy full SHA for e5b4f92
charts/all/rag-llm/templates/deployment.yaml
@@ -34,6 +34,8 @@ spec:
34
- name: {{ .Chart.Name }}
35
terminationMessagePath: /dev/termination-log
36
env:
37
+ - name: HUGGINGFACE_HUB_CACHE
38
+ value: /tmp/.cache
39
- name: CONFIG_FILE
40
value: /app-root/config/config.yaml
41
- name: APP_TITLE
0 commit comments