Skip to content

Commit 1c17676

Browse files
xiguiwcwlacewe
authored andcommitted
Update compose.yaml
1 parent ba31154 commit 1c17676

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 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:/root/.cache/clip"
32+
- "./data:/root/.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:/root/.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:/root/.cache/huggingface/hub"
7272
reranking:
7373
image: ${REGISTRY:-opea}/reranking:${TAG:-latest}
7474
container_name: reranking-tei-server

0 commit comments

Comments
 (0)