Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Setup of a server for dlomix-serving

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

Ansible

This installation also takes care of installing docker and nvidia-container-toolkit

Remote installation

  1. Adjust development.txt to point to your server
  2. Run it via
ansible-playbook ./gpu-driver.yaml -i development.txt --ask-become-pass

Local installation

  1. Checkout repo on your server
  2. Execute it via ansible-playbook --connection=local 127.0.0.1, gpu-driver.yaml