How to install NVIDIA CUDA Toolkit on CentOS 7 > 리눅스

본문 바로가기

리눅스

리눅스

8. How to install NVIDIA CUDA Toolkit on CentOS 7

페이지 정보

작성자 관리자 댓글 0건 조회 9,896회 작성일 20-08-04 00:08

본문

8. How to install NVIDIA CUDA Toolkit on CentOS 7

1. Download the latest Nvidia CUDA 


https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/ 


repository package cuda-repo-rhel7-*.rpm 버전을 확인하고 wget으로 다운 받는다.



[root@localhost ~]# wget https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-repo-rhel7-10.1.243-1.x86_64.rpm



2. Install the CUDA repository package.


[root@localhost ~]# rpm -i cuda-repo-*.rpm



3. Select CUDA meta package you wish to install based on the below table.

[root@localhost ~]# yum install cuda


Example of Meta Packages Available for CUDA 10.0. Reference: NVIDIA.com









Copyright © LEELAB.CO.KR. All rights reserved.