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

From OnnoWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
==Apps Pendukung==
 +
 
  apt update
 
  apt update
 
  apt -y instal gcc
 
  apt -y instal gcc
  
 +
==Instalasi==
  
 
  sudo su
 
  sudo su
Line 8: 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==
 
==Referensi==

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