We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756e362 commit c1c54e7Copy full SHA for c1c54e7
packaging/pre_build_script.sh
@@ -11,7 +11,7 @@ conda install -y pybind11 -c conda-forge
11
# Need to create a symlink for libnvcuvid.so.1 to libnvcuvid.so becuase that's
12
# what Cmake is looking for and it doesn't exist by default. This is pretty
13
# brittle.
14
-sudo ln -s libnvcuvid.so.1 /usr/lib64/libnvcuvid.so
+sudo ln -s /usr/lib64/libnvcuvid.so.1 /usr/lib64/libnvcuvid.so
15
16
17
# Search for nvcuvid library in various locations for debugging CI build issues
0 commit comments