Is GPU pass-through possible with docker for Windows?
问题 I am trying to run an application inside a docker container in Windows 10. But I am not able to get the GPU working inside docker. I read that it needs "GPU Pass-through." How should I get around this? 回答1: GPU access from within a Docker container currently isn't supported on Windows. You need nvidia-docker , but that is currently only supported on Linux platforms. GPU passthrough with Hyper-v would require Discrete Device Assignment (DDA), which is currently only in Windows Server, and (at