libcuda.so.1: cannot open shared object file: No such file or directory
# See where the link is pointing.
ls /usr/lib/x86_64-linux-gnu/libcuda.so.1 -la
# My result:
# lrwxrwxrwx 1 root root 19 Feb 22 20:40 \
# /usr/lib/x86_64-linux-gnu/libcuda.so.1 -> ./libcuda.so.375.39
# Make sure it is pointing to the right version.
# Compare it with the installed NVIDIA driver.
nvidia-smi
# Replace libcuda.so.1 with a link to the correct version
cd /usr/lib/x86_64-linux-gnu
sudo ln -f -s libcuda.so.<yournvidia.version> libcuda.so.1
Also in C++:
- laravel install
- bash print specific range of rows from a file
- bash colors
- commit only single file in git
- powershell script to change phone number in ad
- check arp cache linux
- install docker in suse linux
- install node in redhat linux
- zsh virtualenv
- docker run npm install express syntax
- bash calculate the standard deviation of a column
- ionic.ps1 is not digitally signed.
- how to save iptables
- error gyp ERR! stack Error: not found: make
- where do i grab someones powershell code
- unix if directory
- docker compose exec compose
- react native cannot connect to metro server
- bash variable lowercase
- gcloud set project
- update every python library
- install git linux
- how to find and replace a string in a file using shell script
- install noedjs