mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 10:18:26 +00:00
fix(mlc-llm): tmpfs emptyDir
This commit is contained in:
@@ -151,8 +151,11 @@ spec:
|
||||
globalMounts:
|
||||
- subPath: data
|
||||
path: /data
|
||||
tmp:
|
||||
type: emptyDir
|
||||
globalMounts:
|
||||
- subPath: tmp
|
||||
path: /tmp # reduce time for moving downloaded model
|
||||
path: /tmp # TODO: check why /tmp on CephFS breaks Git clone
|
||||
defaultPodOptions:
|
||||
automountServiceAccountToken: false
|
||||
enableServiceLinks: false
|
||||
|
||||
Reference in New Issue
Block a user