This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
modify Dockerfile for GPU version
tags/v1.0.0
wuweikang
5 years ago
parent
8f0c863efe
commit
a04a58d373
2 changed files
with
2 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
docker/mindspore-gpu/0.7.0-beta/Dockerfile
+1
-3
docker/mindspore-gpu/runtime/Dockerfile
+ 1
- 3
docker/mindspore-gpu/0.7.0-beta/Dockerfile
View File
@@ -35,9 +35,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
autoconf \
libtool \
automake \
flex \
libnccl2=2.4.8-1+cuda10.1 \
libnccl-dev=2.4.8-1+cuda10.1
flex
# Set bash
RUN echo "dash dash/sh boolean false" | debconf-set-selections
+ 1
- 3
docker/mindspore-gpu/runtime/Dockerfile
View File
@@ -35,9 +35,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
autoconf \
libtool \
automake \
flex \
libnccl2=2.4.8-1+cuda10.1 \
libnccl-dev=2.4.8-1+cuda10.1
flex
# Set bash
RUN echo "dash dash/sh boolean false" | debconf-set-selections
Write
Preview
Loading…
Cancel
Save