!36538 fix 1.6.2 dockerfile as mindinsight is not included for 1.6.2

Merge pull request !36538 from yanghaoran/r1.6
This commit is contained in:
i-robot 2022-06-24 12:43:07 +00:00 committed by Gitee
commit 9ff5a05201
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 7 deletions

View File

@ -71,8 +71,6 @@ RUN mkdir -pv /root/.pip \
&& echo "trusted-host=mirrors.aliyun.com" >> /root/.pip/pip.conf \
&& echo "index-url=http://mirrors.aliyun.com/pypi/simple/" >> /root/.pip/pip.conf
# Install MindSpore cpu whl package
RUN pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.2/MindSpore/cpu/x86_64/mindspore-1.6.2-cp37-cp37m-linux_x86_64.whl
# Install MindInsight cpu whl package
RUN pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.2/MindInsight/any/mindinsight-1.6.2-py3-none-any.whl
# Install MindSpore and MindInsight cpu whl package
RUN pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.2/MindSpore/cpu/x86_64/mindspore-1.6.2-cp37-cp37m-linux_x86_64.whl \
&& pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.1/MindInsight/any/mindinsight-1.6.1-py3-none-any.whl

View File

@ -87,5 +87,5 @@ RUN cd /tmp \
# Install MindSpore cuda-10.1, MindInsight, Serving whl package
RUN pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.2/MindSpore/gpu/x86_64/cuda-10.1/mindspore_gpu-1.6.2-cp37-cp37m-linux_x86_64.whl \
&& pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.2/MindInsight/any/mindinsight-1.6.2-py3-none-any.whl \
&& pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.1/MindInsight/any/mindinsight-1.6.1-py3-none-any.whl \
&& pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.0/Serving/x86_64/mindspore_serving-1.6.0-cp37-cp37m-linux_x86_64.whl

View File

@ -87,5 +87,5 @@ RUN cd /tmp \
# Install MindSpore cuda-11.1, MindInsight, Serving whl package
RUN pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.2/MindSpore/gpu/x86_64/cuda-11.1/mindspore_gpu-1.6.2-cp37-cp37m-linux_x86_64.whl \
&& pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.2/MindInsight/any/mindinsight-1.6.2-py3-none-any.whl \
&& pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.1/MindInsight/any/mindinsight-1.6.1-py3-none-any.whl \
&& pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.0/Serving/x86_64/mindspore_serving-1.6.0-cp37-cp37m-linux_x86_64.whl