From c5b8cdd8c7eb164feaa483c2cf5dcf1e9741875e Mon Sep 17 00:00:00 2001 From: ZePan110 Date: Tue, 26 Nov 2024 19:15:07 +0800 Subject: [PATCH] Fix build issue (#946) Signed-off-by: ZePan110 --- tests/retrievers/test_retrievers_pathway_langchain.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/retrievers/test_retrievers_pathway_langchain.sh b/tests/retrievers/test_retrievers_pathway_langchain.sh index a1e4e773a7..33d60b025f 100644 --- a/tests/retrievers/test_retrievers_pathway_langchain.sh +++ b/tests/retrievers/test_retrievers_pathway_langchain.sh @@ -10,9 +10,7 @@ ip_address=$(hostname -I | awk '{print $1}') function build_docker_images() { cd $WORKPATH - cd comps/vectorstores/pathway - - docker build --no-cache --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -t opea/vectorstore-pathway:comps . + docker build --no-cache --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -t opea/vectorstore-pathway:comps -f comps/vectorstores/pathway/Dockerfile . cd $WORKPATH