Hacker News new | ask | show | jobs
by flx42_ 3565 days ago
If using Docker is an option, the official Dockerfile works well, you just need to modify the FROM line to "nvidia/cuda:8.0-cudnn5-devel-ubuntu16.04". Or "nvidia/cuda:8.0-cudnn5-devel-ubuntu14.04", depending on which version of Ubuntu you want.

https://github.com/tensorflow/tensorflow/blob/master/tensorf...

1 comments

What sort of performance impact would Docker have in this situation? Any at all?

Edit: spelling

No performance impact as long as your I/O is done in volumes, to avoid going through AUFS.