-
2080ti cuda 설치가 잘안될때 방법개인 환경설정 2021. 1. 14. 16:17728x90반응형
sudo apt-get --purge remove "*cublas*" "*cufft*" "*curand*" \ "*cusolver*" "*cusparse*" "*npp*" "*nvjpeg*" "cuda*" "nsight*"
sudo apt-get --purge remove "*nvidia*"
sudo apt-get autoremove
sudo rm -rf /usr/local/cuda*
f you get the problem of broken packages, it has happened since you added repo to the apt/sources.lst. Run the following to delete it:sudo vim /etc/apt/sources.list
reboot
728x90반응형'개인 환경설정' 카테고리의 다른 글
컴퓨터수학 정리 (0) 2021.12.05 코드 품질관리 (0) 2021.04.03 windows 10에서 ubuntu 설치후 mysql 설치 연동까지 (0) 2021.03.09 docker gpu mode 환경설정 및 콘다 및 쥬피터 노트북 설정 (0) 2020.09.24