Browse Source

fix 修改oneflow下载地址

pull/13/MERGE
enlin 2 years ago
parent
commit
e53a747fde
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      dubhe_data_process/docker-image/image-classification/Dockerfile
  2. +1
    -1
      dubhe_data_process/docker-image/object-detection/Dockerfile
  3. +1
    -1
      dubhe_data_process/docker-image/ofrecord/Dockerfile

+ 1
- 1
dubhe_data_process/docker-image/image-classification/Dockerfile View File

@@ -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



+ 1
- 1
dubhe_data_process/docker-image/object-detection/Dockerfile View File

@@ -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



+ 1
- 1
dubhe_data_process/docker-image/ofrecord/Dockerfile View File

@@ -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



Loading…
Cancel
Save