Install Cuda without root

后端 未结 3 634
孤独总比滥情好
孤独总比滥情好 2020-12-23 19:09

I know that I can install Cuda with the following:

wget http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_7.0.28_linux.run
chmod +x         


        
3条回答
  •  梦毁少年i
    2020-12-23 20:01

    You can install using conda with the following command.

    conda install -c anaconda cudatoolkit
    

    But you need to have prior accesss to the device(GPU).

    EDIT : If you are finding error in anaconda repository then change the repository to conda-forge which is frequently updated.

    conda install -c conda-forge cudatoolkit
    

提交回复
热议问题