Browse Source

fix dubhe_data_process

pull/13/MERGE
enlin 2 years ago
parent
commit
d4dc8a095e
7 changed files with 4 additions and 4 deletions
  1. +1
    -1
      dubhe_data_process/README.md
  2. +1
    -1
      dubhe_data_process/docker-image/image-classification/Dockerfile
  3. +1
    -1
      dubhe_data_process/docker-image/object-detection/Dockerfile
  4. +1
    -1
      dubhe_data_process/docker-image/ofrecord/Dockerfile
  5. +0
    -0
      dubhe_data_process/docker-image/track/Dockerfile
  6. +0
    -0
      dubhe_data_process/docker-image/track/README.md
  7. +0
    -0
      dubhe_data_process/docker-image/track/sources.list

+ 1
- 1
dubhe_data_process/README.md View File

@@ -15,7 +15,7 @@ oneflow 框架
## 下载源码

```shell
$ git clone https://gitee.com/zhijiangtianshu/Dubhe.git
$ https://gitee.com/zhijiangtianshu/Dubhe.git
```

## 进入项目根目录


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



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



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



dubhe_data_process/docker-image/truck/Dockerfile → dubhe_data_process/docker-image/track/Dockerfile View File


dubhe_data_process/docker-image/truck/README.md → dubhe_data_process/docker-image/track/README.md View File


dubhe_data_process/docker-image/truck/sources.list → dubhe_data_process/docker-image/track/sources.list View File


Loading…
Cancel
Save