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