set up immich to work with nvidia gpu
This commit is contained in:
parent
4c54a80122
commit
fcd36a1035
5 changed files with 130 additions and 34 deletions
16
roles/any.software.immich-podman/defaults/main.yml
Normal file
16
roles/any.software.immich-podman/defaults/main.yml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue