Skip to content

Commit

Permalink
Fixed nvidia driver 11.x preload script
Browse files Browse the repository at this point in the history
  • Loading branch information
Keukhan committed Oct 18, 2024
1 parent 8015f76 commit 3ae7722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ome_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ check_xilinx_driver() {

check_nvidia_driver() {
LIB_PATH=""
LIB_FILES=("libnvidia-ml.so.1" "libcuda.so.1" "libnppicc.so.10" "libnppig.so.10" "libnppicc.so.10", "libnppig.so.11" "libnppicc.so.12" "libnppig.so.12")
LIB_FILES=("libnvidia-ml.so.1" "libcuda.so.1" "libnppicc.so.10" "libnppig.so.10" "libnppicc.so.11" "libnppig.so.11" "libnppicc.so.12" "libnppig.so.12")

if [ "${OSNAME}" == "Ubuntu" ]; then
LIB_PATH=/lib/x86_64-linux-gnu
Expand Down

0 comments on commit 3ae7722

Please sign in to comment.