Mxnet Series--get_started--docker_setup

Source: Internet
Author: User
Tags documentation nvidia docker docker run mxnet
Run Mxnet on the Docker

Docker is a system that allows you to build a self-contained Linux operating system that can run in isolation on your computer. In a self-contained Linux system, you can run mxnet and other software packages that don't interact with the packages on your computer.

Mxnet provides 2 docker mirrors that run Mxnet:

Mxnet Docker (CPU version)-https://hub.docker.com/r/kaixhin/mxnet/

Mxnet Docker (GPU version)-https://hub.docker.com/r/kaixhin/cuda-mxnet/

These docker mirrors are updated every week using the latest build of mxnet.

If you need to support CUDA, you need NVIDIA docker image.

To run Mxnet on Docker: Install Docker. For more information, see Docker documentation. Run the following command to start the Mxnet Docker container.

For the CPU container, execute the following command:

    sudo docker run-it kaixhin/mxnet

For the GPU container, execute the following command:

    sudo nvidia-docker run-it kaixhin/cuda-mxnet:7.0

For more details on how to use mxnet Docker mirroring, see mxnet Docker GitHub documentation. Next Tutorial How to run a series of schemas

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.