!8549 Bug-fix in mindspore cpu container image from public contributors

From: @leonwanghui
Reviewed-by: @xsmq,@HW_KK,@zhunaipan
Signed-off-by: @xsmq,@zhunaipan
pull/8549/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 9a476c6eaf

@ -4,7 +4,7 @@ MAINTAINER leonwanghui <leon.wanghui@huawei.com>
# Set env
ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
ENV PATH /usr/local/bin:$PATH
ENV PATH /usr/local/bin:/root/.local/bin:$PATH
# Install base tools
RUN apt update \

Loading…
Cancel
Save