Kaixhin / dockerfiles

Compilation of Dockerfiles with automated builds enabled on the Docker Registry
https://hub.docker.com/u/kaixhin/
MIT License
504 stars 128 forks source link

add wget in mxnet Dockerfile #18

Closed philipskokoh closed 7 years ago

philipskokoh commented 7 years ago

Mxnet python package documentation includes a demo for quick test. However, this demo requires wget to download the dataset.

It would be better to add wget in the dependency so that users can test it directly from

nvidia-docker run -it --rm kaixhin/cuda-mxnet python example/image-classification/train_mnist.py --network lenet --gpus 0