[Unit] Description=Immich Machine Learning Container After=network-online.target Wants=network-online.target [Service] Restart=always ExecStart=/usr/bin/podman run --rm --name immich-machine-learning \ --network {{ immich_network_name }} \ --user {{ immich_container_uid }}:{{ immich_container_gid }} \ -v {{ immich_model_cache_dir }}:/cache:Z \ {{ immich_ml_image }} ExecStop=/usr/bin/podman stop -t 10 immich-machine-learning ExecStopPost=/usr/bin/podman rm -f immich-machine-learning TimeoutStartSec=0 [Install] WantedBy=multi-user.target