Short Description
Enhanced docker images for deep learning framework TensorFlow (http://www.tensorflow.org)
Full Description
-----------Customization---------------
2016-7-15
Install scikit-learn
Install Matplotlib
-----------Official Tensorflow----------
Start CPU only container
$ docker run -it -p 8888:8888 chenleiwhu/tensorflow
Go to your browser on http://localhost:8888/
Start GPU (CUDA) container
Install https://github.com/NVIDIA/nvidia-docker and run
$ nvidia-docker run -it -p 8888:8888 chenleiwhu/tensorflow:gpu
Go to your browser on http://localhost:8888/
Other versions (like release candidates and more)
See the list of tags.
For more details details see
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/docker/README.md
Docker Pull Command
Owner
chenleiwhu