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() {
80
80
81
81
function build_agent_image_local(){
82
82
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
84
84
}
85
85
86
86
function build_vllm_docker_image() {
@@ -94,7 +94,7 @@ function build_vllm_docker_image() {
94
94
95
95
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
96
96
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
98
98
if [ $? -ne 0 ]; then
99
99
echo " $VLLM_IMAGE failed"
100
100
exit 1
You can’t perform that action at this time.
0 commit comments