上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 27 下一页
  2023年10月19日
摘要: 辗转查看了很多教程,踩了好多坑,最后终于解决了,参考的相关博客会在后文做引用。 我解决的办法:1、在root下重启机器,执行:reboot2、重启以后,执行:cd /usr/src/,然后ls,查看nvidia-xxx,xxx为支持的版本号;3、安装驱动,执行:sudo apt-get instal 阅读全文
posted @ 2023-10-19 12:49 独上兰舟1 阅读(4312) 评论(0) 推荐(0)
  2023年10月17日
摘要: https://blog.csdn.net/weixin_36315079/article/details/116614583?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169752720316800211589266%2522% 阅读全文
posted @ 2023-10-17 15:28 独上兰舟1 阅读(1444) 评论(0) 推荐(0)
  2023年10月13日
摘要: https://ask.csdn.net/questions/7687739?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169718835016800182780874%2522%252C%2522scm%2522%253A%25 阅读全文
posted @ 2023-10-13 17:18 独上兰舟1 阅读(64) 评论(1) 推荐(0)
摘要: 作者:hvjg2578 围观群众:13095 更新于 2022-10-11 10:59:17 我们在安装python库时,可能会遇到这样的报错:WARNING: Running pip as the ‘root‘ user can result in broken permissions and c 阅读全文
posted @ 2023-10-13 16:17 独上兰舟1 阅读(3747) 评论(0) 推荐(0)
摘要: 安装nvdian: sudo chmod +x NVIDIA-Linux-X86_64-440.100.run sudo ./NVIDIA-Linux-X86_64-440.100.run -no-x-check 在后面加上不对Xserver进行检查的命令(红色)就可以安装成功! 查看INVIDIA 阅读全文
posted @ 2023-10-13 11:02 独上兰舟1 阅读(111) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_34848334/article/details/131015697?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169708238516800192266848%2522%252C 阅读全文
posted @ 2023-10-13 10:55 独上兰舟1 阅读(531) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/501473091 我的Linux系统背景: 系统和驱动都已安装。 系统是centos 8。查看自己操作系统的版本信息:cat /etc/issue或者是 cat /etc/lsb-release 用nvidia-smi可以看到显卡驱动和可支 阅读全文
posted @ 2023-10-13 09:47 独上兰舟1 阅读(3246) 评论(0) 推荐(0)
  2023年10月12日
摘要: 安装NVIDA驱动时,出现your appear to running an x server;please exit x before installing .for further details 这个错误 主要是由于安装远程控制lightgm 导致X-server启动。 解决办法: sudo 阅读全文
posted @ 2023-10-12 17:10 独上兰舟1 阅读(2687) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/bjzyb/article/details/131460278 操作系统:Centos 7显卡:NVIDIA T4 基础环境准备:yum -y updateyum -y install kernel-develyum -y install epel-rel 阅读全文
posted @ 2023-10-12 14:53 独上兰舟1 阅读(285) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/559103883 1.简单步骤 1.1安装步骤 #下载 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2022.05-Linux-x86_64.sh 阅读全文
posted @ 2023-10-12 14:34 独上兰舟1 阅读(744) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 27 下一页