相关疑难解决方法(0)

如何在 Debian 8 (Jessie) 或 9 (Stretch) 上安装 CUDA Toolkit 7/8/9?

如何在 Debian 8 上安装Cuda Toolkit 7.0或 8?

我知道,Debian的8自带的选项,下载并安装CUDA工具包6.0使用apt-get install nvidia-cuda-toolkit,但你如何为CUDA工具包7.0版或8做到这一点?

我尝试使用 Ubuntu 安装程序进行安装,如下所述:

sudo wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_7.0-28_amd64.deb

dpkg -i cuda-repo-ubuntu1404_7.0-28_amd64.deb

sudo apt-get update

sudo apt-get install -y cuda
Run Code Online (Sandbox Code Playgroud)

但是它不起作用并返回以下消息:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been …
Run Code Online (Sandbox Code Playgroud)

debian software-installation gpu cuda

27
推荐指数
2
解决办法
6万
查看次数

标签 统计

cuda ×1

debian ×1

gpu ×1

software-installation ×1