linux安装 cuda.run,Ubuntu18.04下安装CUDA和cudnn

安装前需要注意的问题:

1 需要安装对应的驱动,具体参考下图:

安装过程可以参考:Ubuntu18.04安装nvidia显卡驱动

2 由于Cuda-9只支持gcc-6以下的版本,而Ubuntu18.04系统默认安装的gcc-7版,所以需要gcc降级,具体可以查看:linux下gcc、g++不同版本的安装和切换

1.下载 cuda.xxx.run 文件

这里需要注意的是cuda 9 并没有 18.04的安装包,所以下载16.04的版本,这里安装时没有问题的

2.在终端运行该条指令即可:

$ sudo sh cuda_9.1.85_387.26_linux.run --no-opengl-libs

之后是一些提示信息,ctrl+c 直接结束后输入 accept。

在提示是否安装显卡驱动时,一定选择 no(之前安装过对应显卡版本的驱动).

其他各项提示选择是,并默认安装路径即可。提示有 y 的输入 y,没有则按 enter 键。

$ sudo sh cuda_9.1.85_387.26_linux.run

[sudo] password for fc:

Logging to /tmp/cuda_install_8138.log

Using more to view the EULA.

End User License Agreement

--------------------------

Preface

-------

The Software License Agreement in Chapter 1 and the Supplement

in Chapter 2 contain license terms and conditions that govern

the use of NVIDIA software. By accepting this agreement, you

agree to comply with all the terms and conditions applicable

to the product(s) included herein.

N

你可能感兴趣的:(linux安装,cuda.run)