You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mindspore/docker
leonwanghui c098f1ede5
回退 'Pull Request !703 : modify version number'
5 years ago
..
mindspore-cpu 回退 'Pull Request !703 : modify version number' 5 years ago
mindspore-gpu 回退 'Pull Request !703 : modify version number' 5 years ago
README.md 回退 'Pull Request !703 : modify version number' 5 years ago

README.md

MindSpore Dockerfile Repository

This folder hosts all the Dockerfile to build MindSpore container images with various hardware platforms.

MindSpore docker build command

  • CPU

    cd mindspore-cpu/0.1.0-alpha && docker build . -t mindspore/mindspore-cpu:0.1.0-alpha
    
  • GPU

    cd mindspore-gpu/0.1.0-alpha && docker build . -t mindspore/mindspore-gpu:0.1.0-alpha