LoginSignup
0
0

More than 3 years have passed since last update.

#CentOS 6.6(x86_64)にCUDA10.1とCUDNN7.6.0を入れる方法

Last updated at Posted at 2019-06-22

事前にダウンロード

cuda-repo-rhel6-10-1-local-10.1.168-418.67-1.0-1.x86_64.rpm
libcudnn7-7.6.0.64-1.cuda10.1.x86_64.rpm

script

yum install epel-release
sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo
rpm -i cuda-repo-rhel6-10-1-local-10.1.168-418.67-1.0-1.x86_64.rpm
yum clean all
yum install cuda
rpm -ivh libcudnn7-7.6.0.64-1.cuda10.1.x86_64.rpm
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0