v1.2.0 - Multi-GPU Support (NVIDIA, AMD, CPU)
What's New
Multi-GPU Support
The system now supports NVIDIA (CUDA), AMD (ROCm), and CPU-only modes.
How it works
- Set
GPU_TYPEin.env(nvidia,amd, orcpu) - Docker Compose automatically loads the correct GPU overlay via
COMPOSE_FILE setup.shnow asks your GPU type and configures everything automatically
New Files
docker-compose.nvidia.yml— NVIDIA CUDA overlay (GPU reservations)docker-compose.amd.yml— AMD ROCm overlay (ollama:rocm+/dev/kfd,/dev/dri)
Changes
docker-compose.yml— now GPU-agnostic base.env.example— addedGPU_TYPEandCOMPOSE_FILEconfigurationsetup.sh— GPU selection step, conditional toolkit install, correct image pullsREADME.md— updated prerequisites and troubleshooting for all GPU types
Full Changelog: v1.1.5...v1.2.0