diff --git a/dubhe_data_process/README.md b/dubhe_data_process/README.md index 274e020..ddec343 100644 --- a/dubhe_data_process/README.md +++ b/dubhe_data_process/README.md @@ -15,7 +15,7 @@ oneflow 框架 ## 下载源码 ```shell -$ git clone https://gitee.com/zhijiangtianshu/Dubhe.git +$ https://gitee.com/zhijiangtianshu/Dubhe.git ``` ## 进入项目根目录 diff --git a/dubhe_data_process/docker-image/image-classification/Dockerfile b/dubhe_data_process/docker-image/image-classification/Dockerfile index e2f88ec..412afb0 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 -P /tmp http://nextcloud.tianshu.org.cn/index.php/s/g5ygmo6z5JTBkFG/download -O oneflow.zip +RUN wget http://nextcloud.tianshu.org.cn/index.php/s/g5ygmo6z5JTBkFG/download -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 4db36fe..3567f04 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 -P /tmp http://nextcloud.tianshu.org.cn/index.php/s/g5ygmo6z5JTBkFG/download -O oneflow.zip +RUN wget http://nextcloud.tianshu.org.cn/index.php/s/g5ygmo6z5JTBkFG/download -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 dd5ffad..256bdbd 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 -P /tmp http://nextcloud.tianshu.org.cn/index.php/s/g5ygmo6z5JTBkFG/download -O oneflow.zip +RUN wget http://nextcloud.tianshu.org.cn/index.php/s/g5ygmo6z5JTBkFG/download -O /tmp/oneflow.zip RUN unzip /tmp/oneflow.zip -d /tmp diff --git a/dubhe_data_process/docker-image/truck/Dockerfile b/dubhe_data_process/docker-image/track/Dockerfile similarity index 100% rename from dubhe_data_process/docker-image/truck/Dockerfile rename to dubhe_data_process/docker-image/track/Dockerfile diff --git a/dubhe_data_process/docker-image/truck/README.md b/dubhe_data_process/docker-image/track/README.md similarity index 100% rename from dubhe_data_process/docker-image/truck/README.md rename to dubhe_data_process/docker-image/track/README.md diff --git a/dubhe_data_process/docker-image/truck/sources.list b/dubhe_data_process/docker-image/track/sources.list similarity index 100% rename from dubhe_data_process/docker-image/truck/sources.list rename to dubhe_data_process/docker-image/track/sources.list