This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix(docker): fix env path in dockerfile
tags/v1.1.0
Han Xiao
GitHub
5 years ago
parent
c39c3ccfbe
commit
bdc5b5c2c6
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 \
Write
Preview
Loading…
Cancel
Save