... | @@ -11,6 +11,13 @@ git log --pretty=format: --name-only --diff-filter=A | sort -u |
... | @@ -11,6 +11,13 @@ git log --pretty=format: --name-only --diff-filter=A | sort -u |
|
|
|
|
|
* [Guide to installing CUDA and cuDNN libraries on Ubuntu](https://towardsdatascience.com/installing-multiple-cuda-cudnn-versions-in-ubuntu-fcb6aa5194e2)
|
|
* [Guide to installing CUDA and cuDNN libraries on Ubuntu](https://towardsdatascience.com/installing-multiple-cuda-cudnn-versions-in-ubuntu-fcb6aa5194e2)
|
|
|
|
|
|
|
|
If apt is broken because of CUDA, try:
|
|
|
|
```
|
|
|
|
sudo rm /etc/apt/sources.list.d/cuda*
|
|
|
|
sudo apt --fix-broken install
|
|
|
|
```
|
|
|
|
Read more [here](https://askubuntu.com/questions/1331390/apt-broke-after-trying-to-install-cuda) and [here](https://askubuntu.com/questions/1077061/how-do-i-install-nvidia-and-cuda-drivers-into-ubuntu/1077063#1077063)
|
|
|
|
|
|
* [Guide to setting up NVIDIA container toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#setting-up-nvidia-container-toolkit)
|
|
* [Guide to setting up NVIDIA container toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#setting-up-nvidia-container-toolkit)
|
|
|
|
|
|
* Install Python 3.6 on Ubuntu 20.04:
|
|
* Install Python 3.6 on Ubuntu 20.04:
|
... | | ... | |