File tree 2 files changed +2
-2
lines changed
MultimodalQnA/docker_compose/intel 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ docker build --no-cache -t opea/embedding-multimodal:latest --build-arg https_pr
124
124
### 2. Build retriever-multimodal-redis Image
125
125
126
126
``` bash
127
- docker build --no-cache -t opea/retriever-multimodal-redis:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/retrievers/multimodal/ redis/langchain/Dockerfile .
127
+ docker build --no-cache -t opea/retriever-multimodal-redis:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/retrievers/redis/langchain/Dockerfile .
128
128
```
129
129
130
130
### 3. Build LVM Images
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ docker build --no-cache -t opea/embedding-multimodal:latest --build-arg https_pr
75
75
### 2. Build retriever-multimodal-redis Image
76
76
77
77
``` bash
78
- docker build --no-cache -t opea/retriever-multimodal-redis:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/retrievers/multimodal/ redis/langchain/Dockerfile .
78
+ docker build --no-cache -t opea/retriever-multimodal-redis:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/retrievers/redis/langchain/Dockerfile .
79
79
```
80
80
81
81
### 3. Build LVM Images
You can’t perform that action at this time.
0 commit comments