From de20e5a992efda881ec836160311ecf38f1f53de Mon Sep 17 00:00:00 2001 From: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:14:50 +0800 Subject: [PATCH] Update Dockerfile.xpu --- dockerfiles/Dockerfile.xpu | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dockerfiles/Dockerfile.xpu b/dockerfiles/Dockerfile.xpu index bf4edfd10..226f271e5 100644 --- a/dockerfiles/Dockerfile.xpu +++ b/dockerfiles/Dockerfile.xpu @@ -7,11 +7,6 @@ deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse \n\ deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse" > /etc/apt/sources.list -# setting proxy -ENV http_proxy=http://agent.baidu.com:8891 -ENV https_proxy=http://agent.baidu.com:8891 -ENV no_proxy=localhost,bj.bcebos.com,su.bcebos.com,pypi.tuna.tsinghua.edu.cn,paddle-ci.gz.bcebos.com - RUN apt-get update && apt-get install -y libibverbs-dev librdmacm-dev cmake pybind11-dev # uninstall existing package @@ -40,4 +35,4 @@ COPY . /workspace/FastDeploy RUN cd /workspace/FastDeploy && bash build.sh && python -m pip install --no-cache-dir dist/* && rm -rf /workspace/FastDeploy ENV http_proxy="" -ENV https_proxy="" \ No newline at end of file +ENV https_proxy=""