mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Add libnvdxgdmal library
This change adds the new libnvdxgdmal.so.1 library to the list of files copied from the DriverStore. Signed-off-by: Jakub Bujak <jbujak@nvidia.com>
This commit is contained in:
parent
fab711ddf3
commit
79acd7acff
@ -5,6 +5,7 @@
|
|||||||
* Fix bug when specifying `--dev-root` for Tegra-based systems.
|
* Fix bug when specifying `--dev-root` for Tegra-based systems.
|
||||||
* Log explicitly requested runtime mode.
|
* Log explicitly requested runtime mode.
|
||||||
* Remove package dependency on libseccomp.
|
* Remove package dependency on libseccomp.
|
||||||
|
* Added detection of libnvdxgdmal.so.1 on WSL2
|
||||||
|
|
||||||
## v1.15.0-rc.1
|
## v1.15.0-rc.1
|
||||||
* Skip update of ldcache in containers without ldconfig. The .so.SONAME symlinks are still created.
|
* 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.so.1", /* Core library for nvml */
|
||||||
"libnvidia-ml_loader.so", /* Core library for nvml on WSL */
|
"libnvidia-ml_loader.so", /* Core library for nvml on WSL */
|
||||||
"libdxcore.so", /* Core library for dxcore support */
|
"libdxcore.so", /* Core library for dxcore support */
|
||||||
|
"libnvdxgdmal.so.1", /* dxgdmal library for cuda */
|
||||||
"nvcubins.bin", /* Binary containing GPU code for cuda */
|
"nvcubins.bin", /* Binary containing GPU code for cuda */
|
||||||
"nvidia-smi", /* nvidia-smi binary*/
|
"nvidia-smi", /* nvidia-smi binary*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user