Skip to content

Commit

Permalink
Updated the Dockerfile pathf or rerank
Browse files Browse the repository at this point in the history
  • Loading branch information
AI Workloads committed Sep 11, 2024
1 parent f37a371 commit 331e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatQnA/docker_compose/intel/cpu/xeon/README_pinecone.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ docker build --no-cache -t opea/retriever-pinecone:latest --build-arg https_prox
### 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/tei/langchain/Dockerfile .
docker build --no-cache -t opea/reranking-tei:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/reranks/tei/Dockerfile .
```

### 4. Build LLM Image
Expand Down

0 comments on commit 331e481

Please sign in to comment.