Ubuntu 14.04 how to install cuda 6.5 without installing nvidia driver

后端 未结 1 1322
深忆病人
深忆病人 2020-12-09 19:13

I am working on workstation with CPU core I7 4790 and two GPUs GTX 760 4 GB ram/1152 core the system\'s memory is 16 GB RAM I have Ubuntu 14.04.1 LTS after many tries and re

相关标签:
1条回答
  • 2020-12-09 20:13

    If you use the runfile installer method, the toolkit installer will prompt you individually for each of the 3 components:

    1. GPU Driver
    2. CUDA Toolkit
    3. CUDA Samples

    So use the runfile installer method, and simply select "no" to the first prompt, if you don't want to install the driver. You can still install the toolkit and samples. You can download the runfile installer from here

    and after successfully installing cuda toolkit 6.5 how to upgrade my graphics driver without disturbing cuda toolkit and reinstall everything from the beginning

    The driver can always be installed separately by downloading a driver installer package from www.nvidia.com.

    If you use a package manager method, it should be possible to install the toolkit without the driver by installing the cuda-toolkit-X.Y package, where X.Y is the CUDA version. Refer to the package manager section of the install guide

    0 讨论(0)
提交回复
热议问题