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
################ NVIDIA DRIVER 440 INSTALLATION | |
# Install NVIDIA driver | |
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/440.64/NVIDIA-Linux-x86_64-440.64.run | |
chmod a+x NVIDIA-Linux-x86_64-440.64.run | |
sudo dpkg --add-architecture i386 | |
sudo apt install lib32gcc1 build-essential dkms | |
sudo ./NVIDIA-Linux-x86_64-440.64.run --no-cc-version-check | |
# Reboot. Check that GPUs are visible using the command: nvidia-smi | |
################ NVIDIA CUDA 10.0 INSTALLATION |
OlderNewer