From 2088b19742e812ab118e5e6eb7ed660f086baf0f Mon Sep 17 00:00:00 2001 From: AI Workloads Date: Wed, 11 Sep 2024 21:12:19 +0530 Subject: [PATCH] Updated the Dockerfile pathf or rerank Signed-off-by: AI Workloads --- ChatQnA/docker_compose/intel/cpu/xeon/README_pinecone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatQnA/docker_compose/intel/cpu/xeon/README_pinecone.md b/ChatQnA/docker_compose/intel/cpu/xeon/README_pinecone.md index 6cbf45135..decb374c6 100644 --- a/ChatQnA/docker_compose/intel/cpu/xeon/README_pinecone.md +++ b/ChatQnA/docker_compose/intel/cpu/xeon/README_pinecone.md @@ -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