Browse Source

fix(docker): fix env path in dockerfile

tags/v1.1.0
Han Xiao GitHub 5 years ago
parent
commit
bdc5b5c2c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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