From e53a747fde579d6c340a6a2e0bfcf073ab4a949f Mon Sep 17 00:00:00 2001 From: enlin <648240260@qq.com> Date: Tue, 13 Sep 2022 13:59:55 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E6=94=B9oneflow=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dubhe_data_process/docker-image/image-classification/Dockerfile | 2 +- dubhe_data_process/docker-image/object-detection/Dockerfile | 2 +- dubhe_data_process/docker-image/ofrecord/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dubhe_data_process/docker-image/image-classification/Dockerfile b/dubhe_data_process/docker-image/image-classification/Dockerfile index 412afb0..5e3df9a 100644 --- a/dubhe_data_process/docker-image/image-classification/Dockerfile +++ b/dubhe_data_process/docker-image/image-classification/Dockerfile @@ -48,7 +48,7 @@ RUN rm -rf /usr/bin/pip RUN ln -s /usr/local/bin/pip3.7 /usr/bin/pip -RUN wget http://nextcloud.tianshu.org.cn/index.php/s/g5ygmo6z5JTBkFG/download -O /tmp/oneflow.zip +RUN wget https://dubhe.oos-cn.ctyunapi.cn:443/oneflow.zip -O /tmp/oneflow.zip RUN unzip /tmp/oneflow.zip -d /tmp diff --git a/dubhe_data_process/docker-image/object-detection/Dockerfile b/dubhe_data_process/docker-image/object-detection/Dockerfile index 3567f04..1241229 100644 --- a/dubhe_data_process/docker-image/object-detection/Dockerfile +++ b/dubhe_data_process/docker-image/object-detection/Dockerfile @@ -35,7 +35,7 @@ RUN python get-pip.py --user -i https://mirrors.cloud.tencent.com/pypi/simple/ RUN ln -s /root/.local/bin/pip3.5 /usr/bin/pip -RUN wget http://nextcloud.tianshu.org.cn/index.php/s/g5ygmo6z5JTBkFG/download -O /tmp/oneflow.zip +RUN wget https://dubhe.oos-cn.ctyunapi.cn:443/oneflow.zip -O /tmp/oneflow.zip RUN unzip /tmp/oneflow.zip -d /tmp diff --git a/dubhe_data_process/docker-image/ofrecord/Dockerfile b/dubhe_data_process/docker-image/ofrecord/Dockerfile index 256bdbd..c1c1b16 100644 --- a/dubhe_data_process/docker-image/ofrecord/Dockerfile +++ b/dubhe_data_process/docker-image/ofrecord/Dockerfile @@ -48,7 +48,7 @@ RUN rm -rf /usr/bin/pip RUN ln -s /usr/local/bin/pip3.7 /usr/bin/pip -RUN wget http://nextcloud.tianshu.org.cn/index.php/s/g5ygmo6z5JTBkFG/download -O /tmp/oneflow.zip +RUN wget https://dubhe.oos-cn.ctyunapi.cn:443/oneflow.zip -O /tmp/oneflow.zip RUN unzip /tmp/oneflow.zip -d /tmp