Skip to content

Commit 6a5e7ad

Browse files
committed
update test file
Signed-off-by: Mustafa <[email protected]>
1 parent 4b91d18 commit 6a5e7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FinanceAgent/tests/test_compose_on_gaudi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function build_dataprep_agent_images() {
8080

8181
function build_agent_image_local(){
8282
cd $WORKDIR/GenAIComps/
83-
docker build -t opea/agent:latest -f comps/agent/src/Dockerfile . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy
83+
docker build -t opea/agent:latest -f comps/agent/src/Dockerfile . --build-arg https_proxy=$HTTPS_PROXY --build-arg http_proxy=$HTTP_PROXY
8484
}
8585

8686
function build_vllm_docker_image() {
@@ -94,7 +94,7 @@ function build_vllm_docker_image() {
9494

9595
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
9696
git checkout ${VLLM_FORK_VER} &> /dev/null
97-
docker build --no-cache -f Dockerfile.hpu -t $VLLM_IMAGE --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy
97+
docker build --no-cache -f Dockerfile.hpu -t $VLLM_IMAGE --shm-size=128g . --build-arg https_proxy=$HTTPS_PROXY --build-arg http_proxy=$HTTP_PROXY
9898
if [ $? -ne 0 ]; then
9999
echo "$VLLM_IMAGE failed"
100100
exit 1

0 commit comments

Comments
 (0)