@@ -25,7 +25,7 @@ docker build --no-cache -t opea/retriever-redis:latest --build-arg https_proxy=$
|
||||
### 3. Build Rerank Image
|
||||
|
||||
```bash
|
||||
docker build --no-cache -t opea/reranking-tei:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/reranks/src/Dockerfile .
|
||||
docker build --no-cache -t opea/reranking:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/rerankings/src/Dockerfile .
|
||||
```
|
||||
|
||||
### 4. Build LLM Image
|
||||
|
||||
@@ -111,7 +111,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:
|
||||
|
||||
@@ -23,12 +23,12 @@ services:
|
||||
dockerfile: comps/retrievers/redis/langchain/Dockerfile
|
||||
extends: chatqna
|
||||
image: ${REGISTRY:-opea}/retriever-redis:${TAG:-latest}
|
||||
reranking-tei:
|
||||
reranking:
|
||||
build:
|
||||
context: GenAIComps
|
||||
dockerfile: comps/reranks/src/Dockerfile
|
||||
dockerfile: comps/rerankings/src/Dockerfile
|
||||
extends: chatqna
|
||||
image: ${REGISTRY:-opea}/reranking-tei:${TAG:-latest}
|
||||
image: ${REGISTRY:-opea}/reranking:${TAG:-latest}
|
||||
llm-textgen:
|
||||
build:
|
||||
context: GenAIComps
|
||||
|
||||
@@ -753,7 +753,7 @@ spec:
|
||||
runAsUser: 1000
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
image: "opea/reranking-tei:latest"
|
||||
image: "opea/reranking:latest"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: reranking-usvc
|
||||
|
||||
Reference in New Issue
Block a user