Use model cache for docker compose test (#1582)

Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
ZePan110
2025-03-04 09:48:27 +08:00
committed by GitHub
parent ce38a84372
commit e4de76da78
28 changed files with 61 additions and 31 deletions

View File

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

View File

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