Browse Source

add mindinsight dockerfile for mindinsight

pull/15705/head
shenghong96 4 years ago
parent
commit
e18229cc8d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      docker/mindspore-gpu/1.2.0/Dockerfile

+ 3
- 0
docker/mindspore-gpu/1.2.0/Dockerfile View File

@@ -83,3 +83,6 @@ RUN cd /tmp \

# Install MindSpore cuda-10.1 whl package
RUN pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.2.0/MindSpore/gpu/ubuntu_x86/cuda-10.1/mindspore_gpu-1.2.0-cp37-cp37m-linux_x86_64.whl

# Install MindInsight whl package
RUN pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.2.0/MindInsight/ascend/ubuntu_x86/mindinsight-1.2.0-cp37-cp37m-linux_x86_64.whl

Loading…
Cancel
Save