@@ -21,7 +21,7 @@ DocRetriever are the most widely adopted use case for leveraging the different m
|
||||
- Rerank TEI Image
|
||||
|
||||
```bash
|
||||
docker build -t opea/reranking-tei:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/reranks/src/Dockerfile .
|
||||
docker build -t opea/reranking:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/rerankings/src/Dockerfile .
|
||||
```
|
||||
|
||||
- Dataprep Image
|
||||
|
||||
@@ -107,7 +107,7 @@ services:
|
||||
timeout: 10s
|
||||
retries: 60
|
||||
reranking:
|
||||
image: ${REGISTRY:-opea}/reranking-tei:${TAG:-latest}
|
||||
image: ${REGISTRY:-opea}/reranking:${TAG:-latest}
|
||||
container_name: reranking-tei-xeon-server
|
||||
depends_on:
|
||||
tei-reranking-service:
|
||||
|
||||
@@ -21,7 +21,7 @@ DocRetriever are the most widely adopted use case for leveraging the different m
|
||||
- Rerank TEI Image
|
||||
|
||||
```bash
|
||||
docker build -t opea/reranking-tei:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/reranks/src/Dockerfile .
|
||||
docker build -t opea/reranking:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/rerankings/src/Dockerfile .
|
||||
```
|
||||
|
||||
- Dataprep Image
|
||||
|
||||
@@ -110,7 +110,7 @@ services:
|
||||
timeout: 10s
|
||||
retries: 60
|
||||
reranking:
|
||||
image: ${REGISTRY:-opea}/reranking-tei:${TAG:-latest}
|
||||
image: ${REGISTRY:-opea}/reranking:${TAG:-latest}
|
||||
container_name: reranking-tei-gaudi-server
|
||||
depends_on:
|
||||
tei-reranking-service:
|
||||
|
||||
Reference in New Issue
Block a user