Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| mindspore-cpu | 5 years ago | |
| mindspore-cuda9.2 | 5 years ago | |
| mindspore-cuda10.1 | 5 years ago | |
| README.md | 5 years ago | |
This folder hosts all the Dockerfile to build MindSpore container images with various hardware platforms.
CPU
cd mindspore-cpu && docker build . -t mindspore/mindspore-cpu:0.1.0-alpha
GPU (CUDA 9.2)
cd mindspore-cuda9.2 && docker build . -t mindspore/mindspore-cuda9.2:0.1.0-alpha
GPU (CUDA 10.1)
cd mindspore-cuda10.1 && docker build . -t mindspore/mindspore-cuda10.1:0.1.0-alpha
MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.
C++ Python Text Unity3D Asset C other