一、Tesla 基础环境部署
1、安装GPU Tesla Driver 在编译Linux kernel module所需要的安装包,包括gcc、kernel devel、kernel headers
# uname -r
3.10.0-514.26.2.el7.x86_64
# yum install -y gcc kernel-devel-($uname -r) kernel-headers
# yum install -y gcc kernel-devel-3.10.0-514.26.2.el7.x86_64 kernel-headers
2、选择正确的驱动并安装
1)开链接 http://www.nvidia.com/Download/Find.aspx
2)根据连接选择合适的驱动
# wget http://us.download.nvidia.com/tesla/440.64.00/NVIDIA-Linux-x86_64-440.64.00.run
3)对安装包加执行权限
# chmod +x NVIDIA-Linux-x86_64-440.64.00.run
4)安装驱动程序
# sudo /bin/bash ./NVIDIA-Linux-x86_64-440.64.00.run
安装过程中出现的warning
WARNING: nvidia-installer was forced to guess the X library path
'/usr/lib64' and X module path '/usr/lib64/xorg/modules'; these
paths were not queryable from the system. If X fails to find the
NVIDIA X driver module, please install the `pkg-config` utility and
the X.Org SDK/development package for your distribution and
reinstall the driver

最低0.47元/天 解锁文章
867

被折叠的 条评论
为什么被折叠?



