1.3090驱动安装:
sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt update sudo apt install nvidia-driver-470 sudo apt autoremove xserver-xorg sudo apt autoremove --purge xserver-xorg sudo apt-mark hold nvidia-driver-470 # Freeze NVIDIA Drivers。阻止自动更新(apt upgrade时忽略)。所以更新的时候先unhold,更新完再hold。 作者:siaimes 链接:https://www.zhihu.com/question/489756221/answer/2146691270 来源:知乎
2.安装minconda:
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh sudo bash Miniconda3-py39_4.10.3-Linux-x86_64.sh



