Skip to content

Commit

Permalink
Add libnvidia-gpucomp to the list of NVIDIA driver libraries (#190)
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 committed Oct 5, 2023
1 parent f0669de commit 8cd842e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/volume.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"libnvidia-glcore.so",
"libnvidia-tls.so",
"libnvidia-glsi.so",
"libnvidia-opticalflow.so"
"libnvidia-opticalflow.so",
"libnvidia-gpucomp.so"
]
}
},
Expand Down

0 comments on commit 8cd842e

Please sign in to comment.