Skip to content

Commit

Permalink
Fix build issue (#946)
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 authored Nov 26, 2024
1 parent c3948ad commit c5b8cdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/retrievers/test_retrievers_pathway_langchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c5b8cdd

Please sign in to comment.