Settings

Theme

Show HN: Dockerized GPU Deep Learning Solution (Code and Blog and TensorFlow Demo)

github.com

80 points by viklas 10 years ago · 9 comments

Reader

flx42_ 10 years ago

I don't understand why you need to do that, tensorflow is already dockerized for GPUs, using the nvidia-docker images: https://github.com/tensorflow/tensorflow/tree/master/tensorf...

sandGorgon 10 years ago

Interesting - does anyone know if there is a dockerized install of Numpy with the right blas,etc libraries .

I am lost at figuring out the best way to configure all the dependencies for decent performance.

I don't have GPU, but I suppose that would make a difference?

__mp 10 years ago

Does docker support gpus or how does this work out?

zakk 10 years ago

Three buzzwords in a single submission! (just joking, looks like a good project!)

dharma1 10 years ago

Nice. Does the host OS need to have CUDA installed?

  • viklasOP 10 years ago

    The first stage of the process is to take a vanilla CoreOS host and inject the CUDA drivers (one time process). After that, you can reboot the box and still retain the devices, for mapping into docker containers.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection