Browse Source

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

From: @leonwanghui
Reviewed-by: @xsmq,@HW_KK,@zhunaipan
Signed-off-by: @xsmq,@zhunaipan
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
9a476c6eaf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/mindspore-cpu/1.0.0/Dockerfile

+ 1
- 1
docker/mindspore-cpu/1.0.0/Dockerfile View File

@@ -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