Skip to content

Commit a74d8e7

Browse files
authored
Update compose.yaml
1 parent 8e4dfab commit a74d8e7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

VideoQnA/docker_compose/intel/cpu/xeon/compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ services:
2828
COLLECTION_NAME: ${INDEX_NAME}
2929
HUGGINGFACEHUB_API_TOKEN: ${HUGGINGFACEHUB_API_TOKEN}
3030
volumes:
31-
- ./data:/home/user/.cache/clip
32-
- ./data:/home/user/.cache/huggingface/hub
31+
- "./data:/home/user/.cache/clip"
32+
- "./data:/home/user/.cache/huggingface/hub"
3333
embedding:
3434
image: ${REGISTRY:-opea}/embedding-multimodal-clip:${TAG:-latest}
3535
container_name: clip-embedding-server
@@ -45,7 +45,7 @@ services:
4545
LOGFLAG: ${LOGFLAG:-False}
4646
restart: unless-stopped
4747
volumes:
48-
- ./data:/home/user/.cache/huggingface/hub
48+
- "./data:/home/user/.cache/huggingface/hub"
4949
retriever:
5050
image: ${REGISTRY:-opea}/retriever:${TAG:-latest}
5151
container_name: retriever-vdms-server
@@ -68,7 +68,7 @@ services:
6868
NUMBA_CACHE_DIR: "/tmp/numba_cache"
6969
restart: unless-stopped
7070
volumes:
71-
- ./data:/home/user/.cache/huggingface/hub
71+
- "./data:/home/user/.cache/huggingface/hub"
7272
reranking:
7373
image: ${REGISTRY:-opea}/reranking:${TAG:-latest}
7474
container_name: reranking-tei-server
@@ -97,7 +97,7 @@ services:
9797
llm_download: ${LLM_DOWNLOAD}
9898
volumes:
9999
- "./data:/home/user/.cache"
100-
- video-llama-model:/home/user/model
100+
- "./data:/home/user/model"
101101
restart: unless-stopped
102102
lvm:
103103
image: ${REGISTRY:-opea}/lvm:${TAG:-latest}

0 commit comments

Comments
 (0)