Tentando instalar o CUDA no Ubuntu 13.10 Amazon g2.2xlarge GPU Cluster

1

Alguém sabe uma maneira de fazer isso? Eu tentei o seguinte de ...

link

link

Mas parece impossível, porque toda vez que acaba em algum tipo de erro de dependência de pacotes como este ...

ubuntu@ip-10-33-136-37:~$ sudo apt-get install nvidia-cuda-toolkit
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:
 nvidia-cuda-toolkit : Depends: nvidia-profiler (= 5.0.35-7ubuntu1) but it is not going to be installed
                       Depends: nvidia-cuda-dev (= 5.0.35-7ubuntu1) but it is not going to be installed
                       Recommends: nvidia-visual-profiler (= 5.0.35-7ubuntu1) but it is not going to be installed

Qualquer ajuda seria apreciada, isso está me empurrando para cima do muro.

    
por jab 05.12.2013 / 08:03

1 resposta

0

Você pode tentar:

sudo apt-get install nvidia-cuda-toolkit nvidia-profiler nvidia-cuda-dev nvidia-visual-profiler

Isso deve ser instalado e as dependências não atendidas. Se isso não funcionar, esses pacotes podem não existir nessas versões na sua instalação do Ubuntu. Talvez você deva tentar ativar o multiverso?

    
por meecoder 15.01.2014 / 22:57