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
adjust Dockerfile for nvcc support
pull/5942/head
wuweikang
5 years ago
parent
fc4bf19294
commit
b83aa68071
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker/mindspore-gpu/0.7.0-beta/Dockerfile
+1
-1
docker/mindspore-gpu/runtime/Dockerfile
+ 1
- 1
docker/mindspore-gpu/0.7.0-beta/Dockerfile
View File
@@ -1,4 +1,4 @@
FROM nvidia/cuda:10.1-cudnn7-
runtime
-ubuntu18.04
FROM nvidia/cuda:10.1-cudnn7-
devel
-ubuntu18.04
MAINTAINER leonwanghui <leon.wanghui@huawei.com>
+ 1
- 1
docker/mindspore-gpu/runtime/Dockerfile
View File
@@ -1,4 +1,4 @@
FROM nvidia/cuda:10.1-cudnn7-
runtime
-ubuntu18.04
FROM nvidia/cuda:10.1-cudnn7-
devel
-ubuntu18.04
MAINTAINER leonwanghui <leon.wanghui@huawei.com>
Write
Preview
Loading…
Cancel
Save