microsoft / Windows-Sandbox

Disposable, secure and lightweight Windows Desktop Environment
https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview
MIT License
364 stars 49 forks source link

`VGpu=Enable` breaks CUDA (`Default` still works) #42

Open lostmsu opened 1 year ago

lostmsu commented 1 year ago

When I launch a configuration file with

<VGpu>Enable</VGpu>

Sandbox starts, but CUDA GPU libraries are missing.

Repro

  1. Create a config file with the above line.
  2. Open the Sandbox
  3. Open PowerShell
  4. cd C:\Windows\System32
  5. ls nv*.dll

Expected image Actual: no results

Workaround

So far it works with Default

<VGpu>Default</VGpu>