[ubuntu] NVIDIA driver & nvcc

spring·2020년 11월 9일
0

NVIDIA driver 설치

bash

apt-get install nvidia-driver-440

cuda 설치

https://developer.nvidia.com/cuda-10.2-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=deblocal

.bashrc에 아래 내용 추가

bash

PATH=$PATH:/usr/local/cuda/bin
CUDADIR=/usr/local/cuda
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64
profile
Researcher & Developer @ NAVER Corp | Designer @ HONGIK Univ.

0개의 댓글