• v0.2.3 855ec5d912

    pyr0ball released this 2026-02-26 21:12:12 -08:00 | 292 commits to main since this release

    podman-compose 1.0.6 has no --profile flag, causing a fatal parse error.
    'remote' profile means base services only — no service in compose.yml is
    tagged 'remote', so --profile remote was always a no-op with Docker too.
    Introduce PROFILE_ARG that only adds --profile for cpu/gpu profiles where
    it actually activates optional services.

    Downloads