Hacker News new | ask | show | jobs
by fscherer 3682 days ago
using containers to easily deploy machine learning experiments - thats at least how we use it
2 comments

Yes, running containerized machine learning workflows is our primary use case of nvidia-docker internally. That's why we provide pre-built images for cuDNN and DIGITS on the DockerHub. Our base cuDNN image is now used by TensorFlow, Caffe, CNTK, Theano, to cite a few.
That's awesome!