Created
October 22, 2021 08:57
-
-
Save rain1024/d31f59d06b84c364efbd7a425e1f5527 to your computer and use it in GitHub Desktop.
CUDA 11.4 Installation on Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt --purge remove "cublas*" "cuda*" | |
sudo apt --purge remove "nvidia*" | |
sudo apt update | |
sudo apt install -y cuda |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tensorflow 2.6
Error
Could not load dynamic library 'libcudart.so.10.1'
sudo apt-get install cuda-cudart-10-1
Refs