Windows-Sandbox
Windows-Sandbox copied to clipboard
`VGpu=Enable` breaks CUDA (`Default` still works)
When I launch a configuration file with
<VGpu>Enable</VGpu>
Sandbox starts, but CUDA GPU libraries are missing.
Repro
- Create a config file with the above line.
- Open the Sandbox
- Open PowerShell
cd C:\Windows\System32ls nv*.dll
Expected
Actual: no results
Workaround
So far it works with Default
<VGpu>Default</VGpu>