NVIDIA Driver
- Open the
Additional Drivers application
- Select
NVIDIA driver metapackage from nvidia-driver-570 (proprietary, tested)
- Reboot
- Run
nvidia-smi
to ensure it worked
Nvidia Docker Container Toolkit
- This toolkit allows nvidia drivers and docker containers to play nice.
- NOTE: Do not perform the experimental packages step
- Follow NVIDIA’s guide
- don’t forget the Configure Docker section at the end
-
Run sample docker to ensure it’s working
1
sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi`
Optional
- fzf: Command line fuzzy finder
1
2
git clone https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install