!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:
commit
9ff5a05201
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue