Ubuntu16.04的Docker中安装CUDA8.0及cuBLAS

1. 下载文件

Base Installer: cuda_8.0.61_375.26_linux.run(1.47G) 下载地址:https://developer.nvidia.com/compute/cuda/8.0/Prod2/local_installers/cuda_8.0.61_375.26_linux-run
Patch 2: cuda_8.0.61.2_linux.run(97.5MB) 下载地址:
https://developer.nvidia.com/compute/cuda/8.0/Prod2/patches/2/cuda_8.0.61.2_linux-run

Ubuntu16.04的Docker中安装CUDA8.0及cuBLAS_第1张图片

2. 安装

2.1 安装Base Installer


bash cuda_8.0.61_375.26_linux.run

阅读相关内容,最后输入: accept,继续安装提示… **注意!**第一个输入n,即不安装NVIDIA 加速图像驱动 :


后面的全部选y,最后:

Ubuntu16.04的Docker中安装CUDA8.0及cuBLAS_第2张图片

根据此提示输入:


sudo bash cuda_8.0.61_375.26_linux.run -silent -driver

即可安装成功!

附:如果第一个输入了y,即安装NVIDIA 加速图像驱动 ,则会报如下错误。所以切记第一个一定要输n!!!!!

Ubuntu16.04的Docker中安装CUDA8.0及cuBLAS_第3张图片

2.1 安装cuBLAS Patch Update

执行如下命令即可:

sudo bash cuda_8.0.61.2_linux.run

安装成功!
Ubuntu16.04的Docker中安装CUDA8.0及cuBLAS_第4张图片

Reference:

  1. https://developer.nvidia.com/cuda-80-ga2-download-archive

  2. https://blog.csdn.net/weixin_40671425/article/details/82949067

你可能感兴趣的:(linux)