cudnn
https://developer.nvidia.com/cuda-toolkit-archive
安装anaconda
下载地址:https://www.anaconda.com/download/#linux
conda国内源,执行下面两条命令:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
修改pip国内源
mkdir ~/.pip 修改 ~/.pip/pip.conf (没有就创建一个): [global] index-url = http://mirrors.aliyun.com/pypi/simple/ [install] trusted-host=mirrors.aliyun.com