Enable ChatQnA model cache for docker compose test. (#1605)

Enable ChatQnA model cache for docker compose test.

Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
ZePan110
2025-03-05 11:30:04 +08:00
committed by GitHub
parent 8dac9d1035
commit 6ead1b12db
20 changed files with 39 additions and 29 deletions

View File

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