Check duplicated dockerfile (#1289)
Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
@@ -65,7 +65,7 @@ docker build -t opea/retriever-vdms:latest --build-arg https_proxy=$https_proxy
|
||||
### 3. Build Rerank Image
|
||||
|
||||
```bash
|
||||
docker build -t opea/reranking-videoqna:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/reranks/src/Dockerfile .
|
||||
docker build -t opea/reranking-tei:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/reranks/src/Dockerfile .
|
||||
```
|
||||
|
||||
### 4. Build LVM Image (Xeon)
|
||||
@@ -109,7 +109,7 @@ Then run the command `docker images`, you will have the following 8 Docker Image
|
||||
1. `opea/dataprep-multimodal-vdms:latest`
|
||||
2. `opea/embedding-multimodal-clip:latest`
|
||||
3. `opea/retriever-vdms:latest`
|
||||
4. `opea/reranking-videoqna:latest`
|
||||
4. `opea/reranking-tei:latest`
|
||||
5. `opea/video-llama-lvm-server:latest`
|
||||
6. `opea/lvm-video-llama:latest`
|
||||
7. `opea/videoqna:latest`
|
||||
|
||||
Reference in New Issue
Block a user