mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Merge branch 'libnvdxgdmal' into 'main'
Add libnvdxgdmal library See merge request nvidia/container-toolkit/container-toolkit!529
This commit is contained in:
		
						commit
						9396858834
					
				| @ -5,6 +5,7 @@ | ||||
| * Fix bug when specifying `--dev-root` for Tegra-based systems. | ||||
| * Log explicitly requested runtime mode. | ||||
| * Remove package dependency on libseccomp. | ||||
| * Added detection of libnvdxgdmal.so.1 on WSL2 | ||||
| 
 | ||||
| ## v1.15.0-rc.1 | ||||
| * Skip update of ldcache in containers without ldconfig. The .so.SONAME symlinks are still created. | ||||
|  | ||||
| @ -33,6 +33,7 @@ var requiredDriverStoreFiles = []string{ | ||||
| 	"libnvidia-ml.so.1",             /* Core library for nvml */ | ||||
| 	"libnvidia-ml_loader.so",        /* Core library for nvml on WSL */ | ||||
| 	"libdxcore.so",                  /* Core library for dxcore support */ | ||||
| 	"libnvdxgdmal.so.1",             /* dxgdmal library for cuda */ | ||||
| 	"nvcubins.bin",                  /* Binary containing GPU code for cuda */ | ||||
| 	"nvidia-smi",                    /* nvidia-smi binary*/ | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user