File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ function build_dataprep_agent_images() {
8080
8181function 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
8686function 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
You can’t perform that action at this time.
0 commit comments