Difference between revisions of "Nvidia: install CUDA 10.2 di Ubuntu 20.04"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " apt-instal gcc sudo su cd /usr/local/src wget http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run chmod 777 cu...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
apt-instal gcc
+
==Apps Pendukung==
  
 +
apt update
 +
apt -y instal gcc
 +
 +
==Instalasi==
  
 
  sudo su
 
  sudo su
Line 7: Line 11:
 
  chmod 777 cuda*
 
  chmod 777 cuda*
 
  ./cuda_10.2.89_440.33.01_linux.run
 
  ./cuda_10.2.89_440.33.01_linux.run
 +
 +
 +
 +
==Error==
 +
 +
more /var/log/cuda-installer.log
 +
 +
[INFO]: Driver not installed.
 +
[INFO]: Checking compiler version...
 +
[INFO]: gcc location: /usr/bin/gcc
 +
[INFO]: gcc version: gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
 +
[ERROR]: unsupported compiler version: 9.3.0. Use --override to override this check.
 +
 +
 +
 +
 +
 +
==Referensi==
 +
 +
* https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=runfilelocal
 +
 +
 +
==Pranala Menarik
 +
 +
* [[nvidia]]

Latest revision as of 09:20, 30 April 2020

Apps Pendukung

apt update
apt -y instal gcc

Instalasi

sudo su
cd /usr/local/src
wget http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run
chmod 777 cuda*
./cuda_10.2.89_440.33.01_linux.run


Error

more /var/log/cuda-installer.log
[INFO]: Driver not installed.
[INFO]: Checking compiler version...
[INFO]: gcc location: /usr/bin/gcc
[INFO]: gcc version: gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2) 
[ERROR]: unsupported compiler version: 9.3.0. Use --override to override this check.



Referensi


==Pranala Menarik