This commit is contained in:
2026-08-01 10:16:32 +02:00
parent e6b7538c76
commit 59662110a6
9 changed files with 11 additions and 16 deletions
+3 -9
View File
@@ -52,6 +52,7 @@ services:
- pangolin.public-resources.immich-server.auth.sso-enabled=true
- pangolin.public-resources.immich-server.auth.sso-roles[0]=Member
- pangolin.public-resources.immich-server.auth.whitelist-users[0]=katrin.lang@drei.at
- pangolin.public-resources.immich-server.targets[0].method=http
@@ -82,15 +83,8 @@ services:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
# Currently no hardware acceleration because NVIDIA has too little VRAM and AMD iGPU is not supported
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
volumes:
- model-cache:/cache
env_file: