Linux NVIDIA Setup
This guide covers Linux systems with NVIDIA GPUs. You will install either Docker or Podman, configure GPU passthrough, and deploy the GPUFlow provider.
Prerequisites
Section titled “Prerequisites”- NVIDIA GPU with 8GB+ VRAM
- Ubuntu 22.04+, Fedora 39+, or Debian 12+
- NVIDIA drivers installed and working
Step 1: Verify NVIDIA drivers
Section titled “Step 1: Verify NVIDIA drivers”Check that your drivers are working:
nvidia-smi
You should see your GPU listed with driver version. If this command fails, install drivers first:
# Ubuntu/Debiansudo apt updatesudo apt install nvidia-driver-535
# Fedorasudo dnf install akmod-nvidia
# Reboot after installationsudo reboot
Step 2: Choose container runtime
Section titled “Step 2: Choose container runtime”Pick either Docker or Podman. Do not install both.
What’s next
Section titled “What’s next”After completing your container runtime setup, you will:
- Install NVIDIA Container Toolkit
- Configure GPU passthrough
- Deploy the GPUFlow provider agent
- Create your provider account