cuda10、10.1及libcudnn7 centos7 安装包下载

通过UI页面选择安装程序:https://developer.nvidia.com/cuda-10.1-download-archive-base

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

https://developer.download.nvidia.cn/compute/machine-learning/repos/rhel7/x86_64/

下载cuda10安装包

wget https://developer.nvidia.com/compute/cuda/10.0/Prod/local_installers/cuda-repo-rhel7-10-0-local-10.0.130-410.48-1.0-1.x86_64
wget http://developer.download.nvidia.com/compute/cuda/10.0/Prod/patches/1/cuda-repo-rhel7-10-0-local-nvjpeg-update-1-1.0-1.x86_64.rpm

wget wget https://developer.download.nvidia.cn/compute/machine-learning/repos/rhel7/x86_64/libcudnn7-7.6.5.32-1.cuda10.0.x86_64.rpm
wget https://developer.download.nvidia.cn/compute/machine-learning/repos/rhel7/x86_64/libcudnn7-devel-7.6.5.32-1.cuda10.0.x86_64.rpm

 

下载cuda10.1安装包

wget https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-10.1.243-1.x86_64.rpm

wget https://developer.download.nvidia.cn/compute/machine-learning/repos/rhel7/x86_64/libcudnn7-7.6.5.32-1.cuda10.1.x86_64.rpm
wget https://developer.download.nvidia.cn/compute/machine-learning/repos/rhel7/x86_64/libcudnn7-devel-7.6.5.32-1.cuda10.1.x86_64.rpm

 

你可能感兴趣的:(Linux系统管理)