Linux - Provisioning of My Machine

Posted by Rico's Nerd Cluster on January 23, 2018

NVIDIA Driver

  1. Open the Additional Drivers application
  2. Select NVIDIA driver metapackage from nvidia-driver-570 (proprietary, tested)
  3. Reboot
  4. Run nvidia-smi to ensure it worked

Nvidia Docker Container Toolkit

  1. This toolkit allows nvidia drivers and docker containers to play nice.
    • NOTE: Do not perform the experimental packages step
  2. Follow NVIDIA’s guide
    • don’t forget the Configure Docker section at the end
  3. 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