Ubuntu 16.04, CUDA 8 - CUDA driver version is insufficient for CUDA runtime version

前端 未结 9 736
孤街浪徒
孤街浪徒 2020-12-08 04:15

I\'ve installed the latest nvidia drivers (375.26) manually, and installed CUDA using cuda_8.0.44_linux.run (skipping the driver install there, since the bundled drivers are

9条回答
  •  既然无缘
    2020-12-08 04:55

    I have followed the instructions on this page, and it works for me.

    https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=debnetwork

    First, download installer for Linux Ubuntu 16.04 x86_64.

    Next, follow these steps to install Linux Ubuntu:

    1. sudo dpkg -i cuda-repo-ubuntu1604_9.2.148-1_amd64.deb

    2. sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub

    3. sudo apt-get update

    4. sudo apt-get install cuda

提交回复
热议问题