Full Changelog: 1.0.6...1.0.7
Notably adds GPU support via a stanza like
### immich ML
- service_name: immich-machine-learning
active: true
image: ghcr.io/immich-app/immich-machine-learning:release-cuda
ports:
- 3003:3003
volumes:
- "{{ appdata_path }}/apps/immich/cache:/cache"
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
restart: unless-stopped