mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-25 21:39:10 +00:00
Include nvidia/nvoptix.bin in graphics mounts
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
fc8c5f82dc
commit
b46bc10c44
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* 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.
|
||||||
* Normalize ldconfig path on use. This automatically adjust the ldconfig setting applied to ldconfig.real on systems where this exists.
|
* Normalize ldconfig path on use. This automatically adjust the ldconfig setting applied to ldconfig.real on systems where this exists.
|
||||||
|
* Include `nvidia/nvoptix.bin` in list of graphics mounts.
|
||||||
|
|
||||||
* [libnvidia-container] Fix device permission check when using cgroupv2 (fixes #227)
|
* [libnvidia-container] Fix device permission check when using cgroupv2 (fixes #227)
|
||||||
|
|
||||||
|
@ -76,6 +76,7 @@ func NewGraphicsMountsDiscoverer(logger logger.Interface, driverRoot string, nvi
|
|||||||
"vulkan/implicit_layer.d/nvidia_layers.json",
|
"vulkan/implicit_layer.d/nvidia_layers.json",
|
||||||
"egl/egl_external_platform.d/15_nvidia_gbm.json",
|
"egl/egl_external_platform.d/15_nvidia_gbm.json",
|
||||||
"egl/egl_external_platform.d/10_nvidia_wayland.json",
|
"egl/egl_external_platform.d/10_nvidia_wayland.json",
|
||||||
|
"nvidia/nvoptix.bin",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user