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