Vortex
IImmich
•Created by Vortex on 1/30/2025 in #help-desk-support
ML Cuda problem
I am trying to rund the cuda version of the ML container but when I try to pull the cuda version I get the following error:
validating /opt/stacks/immich/compose.yaml: services.immich-machine-learning Additional property cuda is not allowed
this is my compose file:
immich-machine-learning:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
cuda: null
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
volumes:
- model-cache:/cache
env_file:
- .env
restart: alwayṣ̣̣
healthcheck:
disable: false
I am running immich through dockge if this i important. hope somone can help me8 replies