Expose model root in code-server templates
This commit is contained in:
@ -105,6 +105,8 @@ patches:
|
|||||||
value: /bin/bash
|
value: /bin/bash
|
||||||
- name: XDG_CONFIG_HOME
|
- name: XDG_CONFIG_HOME
|
||||||
value: /workspace/.config
|
value: /workspace/.config
|
||||||
|
- name: MODEL_ROOT
|
||||||
|
value: /models
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|||||||
@ -86,6 +86,8 @@ patches:
|
|||||||
value: /bin/bash
|
value: /bin/bash
|
||||||
- name: XDG_CONFIG_HOME
|
- name: XDG_CONFIG_HOME
|
||||||
value: /workspace/.config
|
value: /workspace/.config
|
||||||
|
- name: MODEL_ROOT
|
||||||
|
value: /models
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|||||||
Reference in New Issue
Block a user