首页 > 系统服务 > 详细

Ubuntu 18.04.3 安装 CUDA 10.2

时间:2020-12-24 00:53:25      阅读:25      评论:0      收藏:0      [点我收藏+]

https://unix.stackexchange.com/questions/440840/how-to-unload-kernel-module-nvidia-drm

https://arabelatso.github.io/2020/01/08/Install%20CUDA%20Toolkit%2010.2%20on%20Ubuntu%2018.04.3/

 

1. 

After change to a text console (pressing Ctrl+Alt+F2) and logging in as root, use the following command to disable the graphical target, which is what keeps the display manager running:

# systemctl isolate multi-user.target

At this point, I‘d expect you‘d be able to unload the Nvidia drivers using modprobe -r (or rmmod directly):

# modprobe -r nvidia-drm

 

2. run the .run file

3. reboot

 

Ubuntu 18.04.3 安装 CUDA 10.2

原文:https://www.cnblogs.com/imoon22/p/14181038.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!