File tree Expand file tree Collapse file tree
VideoQnA/docker_compose/intel/cpu/xeon Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments