卸载cuda 9.0
sudo apt-get --purge remove cuda
sudo apt autoremove
to remove cuda 9.0

Then
sudo apt-get clean
to clear apt-cache

安装8.0
sudo dpkg -i cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64.deb
sudo apt-get update
sudo apt-get install cuda-8-0

相关文章:

  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2021-04-22
  • 2021-05-21
  • 2022-01-29
  • 2022-12-23
猜你喜欢
  • 2022-03-11
  • 2022-03-07
  • 2021-07-07
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2021-10-17
相关资源
相似解决方案