diff --git a/scripts/docker/mindspore-cpu/2.0.0/Dockerfile b/scripts/docker/mindspore-cpu/2.0.0/Dockerfile index d336c2c604137168eee20c40cf3c92fecefd0abe..d5ec84c5e9b69e97960f639e189b3141b9dc7aca 100644 --- a/scripts/docker/mindspore-cpu/2.0.0/Dockerfile +++ b/scripts/docker/mindspore-cpu/2.0.0/Dockerfile @@ -76,5 +76,5 @@ RUN mkdir -pv /root/.pip \ # Install MindSpore cpu and MindInsight packages RUN pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindSpore/unified/x86_64/mindspore-2.0.0-cp37-cp37m-linux_x86_64.whl \ - && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindInsight/any/mindinsight-2.0.0rc1-py3-none-any.whl \ + && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindInsight/any/mindinsight-2.0.0-py3-none-any.whl \ pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindSpore/lite/release/linux/x86_64/cloud_fusion/python37/mindspore_lite-2.0.0-cp37-cp37m-linux_x86_64.whl \ No newline at end of file diff --git a/scripts/docker/mindspore-gpu/2.0.0/cuda10.1/Dockerfile b/scripts/docker/mindspore-gpu/2.0.0/cuda10.1/Dockerfile index 954f0fba0fad90bef6383cca9278ad6b4631686e..5a8d8b905525e5bce3d6d8fa6cb5dcd72e3a1f1f 100644 --- a/scripts/docker/mindspore-gpu/2.0.0/cuda10.1/Dockerfile +++ b/scripts/docker/mindspore-gpu/2.0.0/cuda10.1/Dockerfile @@ -97,5 +97,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/2.0.0/MindSpore/unified/x86_64/mindspore-2.0.0-cp37-cp37m-linux_x86_64.whl \ - && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindInsight/any/mindinsight-2.0.0rc1-py3-none-any.whl \ + && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindInsight/any/mindinsight-2.0.0-py3-none-any.whl \ && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0rc1/Serving/x86_64/mindspore_serving-2.0.0-cp37-cp37m-linux_x86_64.whl diff --git a/scripts/docker/mindspore-gpu/2.0.0/cuda11.1/Dockerfile b/scripts/docker/mindspore-gpu/2.0.0/cuda11.1/Dockerfile index 0be591ca948910ed44198f504156d2ed7f0de207..9061ad5cf6e616ec80779da92d406af30ecad07b 100644 --- a/scripts/docker/mindspore-gpu/2.0.0/cuda11.1/Dockerfile +++ b/scripts/docker/mindspore-gpu/2.0.0/cuda11.1/Dockerfile @@ -91,6 +91,6 @@ 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/2.0.0/MindSpore/unified/x86_64/mindspore-2.0.0-cp37-cp37m-linux_x86_64.whl \ - && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindInsight/any/mindinsight-2.0.0rc1-py3-none-any.whl \ + && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindInsight/any/mindinsight-2.0.0-py3-none-any.whl \ && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0rc1/Serving/x86_64/mindspore_serving-2.0.0-cp37-cp37m-linux_x86_64.whl \ pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindSpore/lite/release/linux/x86_64/cloud_fusion/python37/mindspore_lite-2.0.0-cp37-cp37m-linux_x86_64.whl diff --git a/scripts/docker/mindspore-gpu/2.0.0/cuda11.6/Dockerfile b/scripts/docker/mindspore-gpu/2.0.0/cuda11.6/Dockerfile index caca4378e9c3b50c0d00eefeb45abbcad92b485b..ca1fe34dfd5483da92dfbac7141cf4a3e6ff7e16 100644 --- a/scripts/docker/mindspore-gpu/2.0.0/cuda11.6/Dockerfile +++ b/scripts/docker/mindspore-gpu/2.0.0/cuda11.6/Dockerfile @@ -91,5 +91,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/2.0.0/MindSpore/unified/x86_64/mindspore-2.0.0-cp37-cp37m-linux_x86_64.whl \ - && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindInsight/any/mindinsight-2.0.0rc1-py3-none-any.whl \ + && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0/MindInsight/any/mindinsight-2.0.0-py3-none-any.whl \ && pip install --no-cache-dir https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0rc1/Serving/x86_64/mindspore_serving-2.0.0-cp37-cp37m-linux_x86_64.whl