From e18229cc8deebd960dea6d516787a2ffdfaeb072 Mon Sep 17 00:00:00 2001 From: shenghong96 Date: Mon, 26 Apr 2021 09:24:48 +0800 Subject: [PATCH] add mindinsight dockerfile for mindinsight --- docker/mindspore-gpu/1.2.0/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/mindspore-gpu/1.2.0/Dockerfile b/docker/mindspore-gpu/1.2.0/Dockerfile index 6e5655ed21a..31391fcb400 100644 --- a/docker/mindspore-gpu/1.2.0/Dockerfile +++ b/docker/mindspore-gpu/1.2.0/Dockerfile @@ -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 \ No newline at end of file