Installing CUDA on Ubuntu 19.10
Thu 05 December 2019
I just installed CUDA on my Ubuntu 19.10 desktop, and it was a pretty quick process, if non-obivous.
- Installed base CUDA with
apt install nvidia-cuda-toolkit
- Downloaded libcudnn from nvidia and installed with
dpkg -i
. (I couldn't find it in the official Ubuntu repo, let me know if it is there) - Set
XLA_FLAGS=--xla_gpu_cuda_data_dir=/usr/lib/cuda/
so JAX can find the installed libraries.
Tags: misc
M â MARKDOWN
italics | surround text with *asterisks* |
bold | surround text with **two asterisks** |
hyperlink | [hyperlink](https://example.com)or just a bare URL |
code | surround text with `backticks` |
surround text with ~~two tilde characters~~ | |
quote | prefix with > |
Loading comments...