Enable AvatarChatbot model cache for docker compose test. (#1604)

Signed-off-by: ZePan110 <ze.pan@intel.com>
Co-authored-by: chen, suyue <suyue.chen@intel.com>
This commit is contained in:
ZePan110
2025-04-10 09:54:30 +08:00
committed by GitHub
parent 411bb28f41
commit 8c763cbe11
6 changed files with 6 additions and 3 deletions

View File

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

View File

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