nvidia-docker GPU powered tensorflow
2.4K
https://www.tensorflow.org/ on https://github.com/NVIDIA/nvidia-docker
tag v03 added support for reinforcement learning using Tensor Flow ( https://github.com/nivwusquorum/tensorflow-deepq ) as well as the necessary Jupyter notebook support
sample run command: sudo nvidia-docker run --name=$1 --publish=8888:8888 --volume=$(pwd):/mydata -it hmlatapie/tensorflow:v03
running jupyter from within the container: jupyter notebook --no-browser --ip=0.0.0.0
Content type
Image
Digest
Size
927.6 MB
Last updated
over 10 years ago
docker pull hmlatapie/tensorflow:v03