DLSS is failing to load when NGXTest sample game is run inside the Windows container. The log error message is:
[2022-05-17 08:54:11] [ngx::util::setLogFilename:201] Logging to requested file (C:/pureweb/DLSS UE5/Samples/NGXTest/Windows/NGXTest/Saved/Logs/NGX/NGX_2022.05.17-08.54.11_FEF5BC9A4340CFAA2191A9829F906334/nvsdk_ngx.log) enabled successfully
[2022-05-17 08:54:11] [NGXGetPathUsingQAI:127] Path to driverStore found using QAI: C:\WINDOWS\System32\DriverStore\FileRepository\nvmiig.inf_amd64_dbcea54a4d540d22
[2022-05-17 08:54:11] [NGXLoadCoreLibrary:214] error: failed to load C:\WINDOWS\System32\DriverStore\FileRepository\nvmiig.inf_amd64_dbcea54a4d540d22_nvngx.dll - will now try nvngx.dll
[2022-05-17 08:54:11] [NGXLoadCoreLibrary:223] Loading C:\WINDOWS\System32\DriverStore\FileRepository\nvmiig.inf_amd64_dbcea54a4d540d22\nvngx.dll failed
After launching the container with the volume C:\WINDOWS\System32\DriverStore\FileRepos itory\nvmiig.inf_amd64_dbcea54a4d540d22 mapped to C:\WINDOWS\System32\DriverStore\FileRepository\nvmiig.inf_amd64_dbcea54a4d540d22 the previous failure is resolved but another error is triggered:
[2022-05-19 10:09:00] [ngx::util::setLogFilename:203] Logging to requested file (C:/pureweb/DLSS UE5/Samples/NGXTest/Windows/NGXTest/Saved/Logs/NGX/NGX_2022.05.19-10.08.59_9F2FC0654B5F12BEEB3423B9FE285C81/nvngx.log) enabled successfully
[2022-05-19 10:09:00] [NGXCheckHardwareSupportUsingINF:186] error: unable to get key: NVSupportNGX, while trying to read the INF for GPU with physical handle: 0x100 and LUID: { 0x0, 0x10fbc }
Is there any way of resolving that with the current DLSS plugin or the plugin needs to be updated in order to work properly on Windows Container?