File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 6
6
* Fixed bug in ` nvidia-ctk config ` command when using ` --set ` . The types of applied config options are now applied correctly.
7
7
* Log explicitly requested runtime mode.
8
8
* Remove package dependency on libseccomp.
9
+ * Added detection of libnvdxgdmal.so.1 on WSL2.
9
10
10
11
## v1.14.3
11
12
* [ toolkit-container] Bump CUDA base image version to 12.2.2.
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ var requiredDriverStoreFiles = []string{
33
33
"libnvidia-ml.so.1" , /* Core library for nvml */
34
34
"libnvidia-ml_loader.so" , /* Core library for nvml on WSL */
35
35
"libdxcore.so" , /* Core library for dxcore support */
36
+ "libnvdxgdmal.so.1" , /* dxgdmal library for cuda */
36
37
"nvcubins.bin" , /* Binary containing GPU code for cuda */
37
38
"nvidia-smi" , /* nvidia-smi binary*/
38
39
}
You can’t perform that action at this time.
0 commit comments