CUDA安装

2019/06/10 深度学习

安装NVIDIA驱动

如果之前安装过驱动,但是突然不工作了。输入nvidia-smi报错:

NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

  • 卸载原驱动。sudo apt-get remove nvidia-*,sudo apt-get autoremove。
  • 输入CTRL+ALT+F1进入文本模式。
  • 临时关闭显示服务。sudo service lightdm stop。
  • 重新安装NVIDIA驱动。sudo ./NVIDIA-Linux-x86_64-418.43.run -no-x-check(安装驱动时关闭x服务) -no-nouveau-check(安装驱动时禁用nouveau) -no-opengl-files(安装时只装驱动文件,不安装opengl)
  • 启动显示服务(自动跳转倒桌面)。sudo service lightdm start。
  • 查看NVIDIA驱动是否安装成功。nvidia-smi。

安装CUDA

Ubuntu16.04下安装cuda和cudnn的三种方法(亲测全部有效)

Ubuntu 16.04 上安装 CUDA 9.0 详细教程

Search

    Table of Contents