ubuntu16 配置环境

2080驱动安装

sudo apt-get purge nvidia*

sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt-get update && sudo apt-get install nvidia-410 nvidia-settings
 

换源:

sudo gedit /etc/apt/sources.list

https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/

更新:

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install -f

https://zhuanlan.zhihu.com/p/30601128

拼音:

sudo apt-get install fcitx-googlepinyin

tensorflow装pip install tensorflow-gpu==1.3.0

猜你喜欢

转载自blog.csdn.net/pp125012/article/details/85622806