Update compose.yaml for ChatQnA (#1621)

Update compose.yaml for ChatQnA

Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
ZePan110
2025-03-07 09:19:39 +08:00
committed by GitHub
parent 428ba481b2
commit 785ffb9a1e
10 changed files with 29 additions and 29 deletions

View File

@@ -28,7 +28,7 @@ services:
ports:
- "6006:80"
volumes:
- "${MODEL_CACHE}:/data"
- "${MODEL_CACHE:-./data}:/data"
shm_size: 1g
environment:
no_proxy: ${no_proxy}
@@ -59,7 +59,7 @@ services:
ports:
- "8808:80"
volumes:
- "${MODEL_CACHE}:/data"
- "${MODEL_CACHE:-./data}:/data"
shm_size: 1g
environment:
no_proxy: ${no_proxy}
@@ -75,7 +75,7 @@ services:
ports:
- "9009:80"
volumes:
- "${MODEL_CACHE}:/data"
- "${MODEL_CACHE:-./data}:/data"
shm_size: 128g
environment:
no_proxy: ${no_proxy}