จะติดตั้งCuda Toolkit 7.0หรือ 8 บน Debian 8 ได้อย่างไร
ฉันรู้ว่า Debian 8 มาพร้อมกับตัวเลือกในการดาวน์โหลดและติดตั้ง CUDA Toolkit 6.0โดยใช้apt-get install nvidia-cuda-toolkit
แต่คุณจะทำเช่นนี้สำหรับ CUDA toolkit เวอร์ชั่น 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
อย่างไรก็ตามมันไม่ทำงานและข้อความต่อไปนี้กลับมา:
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.