Update compose.yaml (#1620)

Update compose.yaml for AudioQnA, DBQnA, DocIndexRetriever, FaqGen, Translation and VisualQnA.

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

View File

@@ -8,7 +8,7 @@ services:
ports:
- "8399:80"
volumes:
- "${MODEL_CACHE}:/data"
- "${MODEL_CACHE:-./data}:/data"
shm_size: 1g
environment:
no_proxy: ${no_proxy}

View File

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