NVIDIA-GPU 驱动程序安装
Posted 洪流之源
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NVIDIA-GPU 驱动程序安装相关的知识,希望对你有一定的参考价值。
下面以GeForce RTX 2080TI GPU为例,基于ubuntu18.04进行驱动程序的安装。
1. 下载驱动程序
驱动程序下载链接:官方驱动 | NVIDIA
根据GPU型号,在如下下拉列表中进行选择,然后点击搜索按钮:
2. 安装驱动程序
1)卸载老版本驱动程序
sudo apt --purge remove nvidia*
sudo apt autoremove
sudo apt --purge remove "*cublas*" "cuda*"
sudo apt --purge
以上是关于NVIDIA-GPU 驱动程序安装的主要内容,如果未能解决你的问题,请参考以下文章