Làm cách nào để cài đặt Cuda Toolkit 7.0 hoặc 8 trên Debian 8?
Tôi biết rằng Debian 8 đi kèm với tùy chọn tải xuống và cài đặt CUDA Toolkit 6.0 bằng cách sử dụng apt-get install nvidia-cuda-toolkit
, nhưng làm thế nào để bạn làm điều này cho bộ công cụ CUDA phiên bản 7.0 hoặc 8?
Tôi đã thử cài đặt bằng trình cài đặt Ubuntu, như được mô tả dưới đây:
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
Tuy nhiên, nó không hoạt động và thông báo sau đã được trả lại:
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 moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
cuda : Depends: cuda-7-0 (= 7.0-28) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.