问题
Extraction failed.
Ensure there is enough space in /tmp and that the installation package is not corrupt
Signal caught, cleaning up
解决
sudo mkdir /opt/temp
sudo sh cuda_10.2.89_440.33.01_linux.run --tmpdir=/opt/temp
问题
安装nvidia显卡驱动提示找不到cc,
解决
安装gcc
软链接cc
ln -s /usr/bin/gcc /usr/bin/cc