Skip to content

Commit

Permalink
Add libnvidia-gpucomp to the list of NVIDIA driver libraries
Browse files Browse the repository at this point in the history
Upcoming versions of the NVIDIA driver will include a new component:

https://forums.developer.nvidia.com/t/new-driver-component-libnvidia-gpucomp/267060

Update the list of NVIDIA driver libraries so that it can be included
in the runtime environment along with the others.

Signed-off-by: Daniel Dadap <[email protected]>
  • Loading branch information
dadap authored and ernestl committed Oct 6, 2023
1 parent 73c90a1 commit 126029f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/snap-confine/mount-support-nvidia.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ static const char *nvidia_globs[] = {
"libnvidia-glcore.so*",
"libnvidia-glsi.so*",
"libnvidia-glvkspirv.so*",
"libnvidia-gpucomp.so*",
"libnvidia-ifr.so*",
"libnvidia-ml.so*",
"libnvidia-opencl.so*",
Expand Down

0 comments on commit 126029f

Please sign in to comment.