Getting access to GPU on Docker on Windows 10

Blaze picture Blaze · Nov 20, 2015 · Viewed 9k times · Source

I notice that nvidia has support for GPU and Docker, but I believe this is only for linux at the moment. Has anyone got it working on windows 10?

In particular, I'm hoping to get access to it for machine learning applications.

https://github.com/NVIDIA/nvidia-docker

Answer

L0j1k picture L0j1k · Nov 21, 2015

Since Docker uses Virtualbox to work on Windows, and Virtualbox will not expose CUDA to the guest without PCI passthrough, I think it will not be possible to do this as you are thinking.