updates
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user