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
1
2
3
- `alt-c`: **built-in goto**, very useful
- `ctrl-t`: copies file names over
- `ctrl-r`: reverse history
- Navi: Interactive command line cheat sheet tool
- bring up navi (TODO: need configuration)
- type something +
ctrl-g
- type something +
- bring up navi (TODO: need configuration)