set up immich to work with nvidia gpu

This commit is contained in:
Jef Roosens 2026-04-20 21:56:25 +02:00
parent 4c54a80122
commit fcd36a1035
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
5 changed files with 130 additions and 34 deletions

View file

@ -0,0 +1,16 @@
# Immich version to deploy, used across all container images
immich_version: "v2.5.6"
# Hardware acceleration backend for the machine learning container.
# Supported values: intel, nvidia
immich_hw_accel: "intel"
# Port the machine learning container listens on, published to host loopback.
immich_ml_port: 3003
# URL the immich server uses to reach the machine learning container.
# Since the ML container runs as a system (root) container with Network=host,
# it binds directly to the host network. From within the rootless pod, this
# address may need to be the host's LAN IP or bridge IP rather than 127.0.0.1
# depending on the rootless network backend in use (pasta/slirp4netns).
immich_ml_url: "http://127.0.0.1:3003"