This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
modify dockerfile
r1.7
yanghaoran
4 years ago
parent
8de324cfa5
commit
8295364de0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
scripts/docker/mindspore-gpu/runtime/Dockerfile
+ 3
- 0
scripts/docker/mindspore-gpu/runtime/Dockerfile
View File
@@ -84,3 +84,6 @@ RUN cd /tmp \
&& make install -j4 \
&& rm -rf /tmp/openmpi-4.0.3 \
&& rm -f /tmp/openmpi-4.0.3.tar.gz
# Install frequently used python packages
RUN pip install --no-cache-dir decorator pandas sklearn pyyaml
Write
Preview
Loading…
Cancel
Save