데비안 8에 Cuda Toolkit 7.0 또는 8 을 설치하는 방법은 무엇입니까?
데비안 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
그러나 작동하지 않고 다음 메시지가 리턴되었습니다.
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.