Skip to content

Instantly share code, notes, and snippets.

@rain1024
Created October 22, 2021 08:57
Show Gist options
  • Save rain1024/d31f59d06b84c364efbd7a425e1f5527 to your computer and use it in GitHub Desktop.
Save rain1024/d31f59d06b84c364efbd7a425e1f5527 to your computer and use it in GitHub Desktop.
CUDA 11.4 Installation on Ubuntu 18.04
sudo apt --purge remove "cublas*" "cuda*"
sudo apt --purge remove "nvidia*"
sudo apt update
sudo apt install -y cuda
@rain1024
Copy link
Author

rain1024 commented Oct 27, 2021

Tensorflow 2.6

Error Could not load dynamic library 'libcudart.so.10.1'

sudo apt-get install cuda-cudart-10-1

Refs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment