@@ -28,8 +28,8 @@ services:
28
28
COLLECTION_NAME : ${INDEX_NAME}
29
29
HUGGINGFACEHUB_API_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
30
30
volumes :
31
- - ${CACHE_DIR}/clip:/home/user /.cache/clip
32
- - ${CACHE_DIR}/huggingface/hub:/home/user /.cache/huggingface/hub
31
+ - ${CACHE_DIR}/clip:/root /.cache/clip
32
+ - ${CACHE_DIR}/huggingface/hub:/root /.cache/huggingface/hub
33
33
embedding :
34
34
image : ${REGISTRY:-opea}/embedding-multimodal-clip:${TAG:-latest}
35
35
container_name : clip-embedding-server
@@ -40,10 +40,11 @@ services:
40
40
no_proxy : ${no_proxy}
41
41
http_proxy : ${http_proxy}
42
42
https_proxy : ${https_proxy}
43
+ CLIP_EMBEDDING_ENDPOINT : ${CLIP_EMBEDDING_ENDPOINT}
43
44
EMBEDDING_COMPONENT_NAME : " OPEA_CLIP_EMBEDDING"
44
45
LOGFLAG : ${LOGFLAG:-False}
45
46
volumes :
46
- - ${CACHE_DIR}/huggingface/hub:/home/user /.cache/huggingface/hub
47
+ - ${CACHE_DIR}/huggingface/hub:/root /.cache/huggingface/hub
47
48
restart : unless-stopped
48
49
retriever :
49
50
image : ${REGISTRY:-opea}/retriever:${TAG:-latest}
@@ -67,7 +68,7 @@ services:
67
68
NUMBA_CACHE_DIR : " /tmp/numba_cache"
68
69
restart : unless-stopped
69
70
volumes :
70
- - ${CACHE_DIR}/huggingface/hub:/home/user /.cache/huggingface/hub
71
+ - ${CACHE_DIR}/huggingface/hub:/root /.cache/huggingface/hub
71
72
reranking :
72
73
image : ${REGISTRY:-opea}/reranking:${TAG:-latest}
73
74
container_name : reranking-tei-server
@@ -95,7 +96,7 @@ services:
95
96
no_proxy : ${no_proxy}
96
97
llm_download : ${LLM_DOWNLOAD}
97
98
volumes :
98
- - video-llama-model:/home/user /model
99
+ - video-llama-model:/root /model
99
100
restart : unless-stopped
100
101
lvm :
101
102
image : ${REGISTRY:-opea}/lvm:${TAG:-latest}
0 commit comments