Update compose.yaml (#1619)

Update compose.yaml for CodeGen, CodeTrans and DocSum

Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
ZePan110
2025-03-07 09:20:28 +08:00
committed by GitHub
parent 6723395e31
commit 5aecea8e47
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ services:
ports:
- "8008:80"
volumes:
- "${MODEL_CACHE}:/data"
- "${MODEL_CACHE:-./data}:/data"
environment:
no_proxy: ${no_proxy}
http_proxy: ${http_proxy}