-
Notifications
You must be signed in to change notification settings - Fork 74
Description
Windows Containers do not support running CUDA inside a container. This is due to Windows Container limitations. This is a HUGE strategic gap that means that AI applications need to be deployed on Linux not Windows just because of this. Microsoft must add CUDA support to Windows Containers as soon as possible. DirectX is not enough - it has to be full CUDA.
Is your feature request related to a problem? Please describe.
If you want to run an AI application in a Windows Container you cannot because CUDA is not supported. DirectX only (which is supported) is useless for AI.
Describe the solution you'd like
Enable CUDA support in Windows Containers on Windows Server 2025+. Work with NVIDIA to release a CUDA-enabled base docker image.
Describe alternatives you've considered
Running CUDA in WSL is preposterous. It is way too slow. This is not a solution. We need native CUDA support now or Windows will become an obsolete platform.
Additional context
See above