Skip to content

Commit 8cd842e

Browse files
authored
Add libnvidia-gpucomp to the list of NVIDIA driver libraries (#190)
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]>
1 parent f0669de commit 8cd842e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/volume.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"libnvidia-glcore.so",
4343
"libnvidia-tls.so",
4444
"libnvidia-glsi.so",
45-
"libnvidia-opticalflow.so"
45+
"libnvidia-opticalflow.so",
46+
"libnvidia-gpucomp.so"
4647
]
4748
}
4849
},

0 commit comments

Comments
 (0)