The server should be provisioned via ansible. This can be installed via pip install ansible.
The installation of GPU drivers is complicated and this setup uses the Lambda Stack by lambdalabs. This stack provides a convenient wrapper around all kernel updates and gpu drivers, but works only on Ubuntu 22.04 LTS, 20.04 LTS, 18.04 LTS, and 16.04 LTS.
If you want to use any other Linux distribution, please read up on how to install
This installation also takes care of installing docker and nvidia-container-toolkit
- Adjust
development.txtto point to your server - Run it via
ansible-playbook ./gpu-driver.yaml -i development.txt --ask-become-pass- Checkout repo on your server
- Execute it via
ansible-playbook --connection=local 127.0.0.1, gpu-driver.yaml