Enhance ChatQnA test scripts (#1643)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2025-03-10 17:36:26 +08:00
committed by GitHub
parent 5362321d3a
commit 43d0a18270
8 changed files with 12 additions and 9 deletions

View File

@@ -113,7 +113,7 @@ services:
ports:
- "6006:80"
volumes:
- "./data:/data"
- "${MODEL_CACHE:-./data}:/data"
shm_size: 1g
environment:
no_proxy: ${no_proxy}
@@ -127,7 +127,7 @@ services:
ports:
- "8808:80"
volumes:
- "./data:/data"
- "${MODEL_CACHE:-./data}:/data"
shm_size: 1g
environment:
no_proxy: ${no_proxy}