Fixed
- Ollama / InvokeAI — Fix
make updateresetting custom multi-GPU setups back to a single GPU. The NVIDIA GPU count was hardcoded ascount: 1indocker-compose.yml, so any manual edit was wiped by the update's git reset. The count is now read from.env(OLLAMA_GPU_COUNTandINVOKEAI_GPU_COUNT, default1; set a number, e.g.2, orallto use every available GPU), which survives updates — the variables are added to existing.envfiles automatically on the nextmake update(#81).
Upgrade
make updateMulti-GPU users: after updating, set OLLAMA_GPU_COUNT=2 (or all) in .env and run make restart once. The setting now persists across all future updates.
Full Changelog: v1.7.1...v1.7.2