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:
this is my compose file:
I am running immich through dockge if this i important. hope somone can help me
validating /opt/stacks/immich/compose.yaml: services.immich-machine-learning Additional property cuda is not allowedthis 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: falseI am running immich through dockge if this i important. hope somone can help me
immich.env946B
immich-compose.yml3.18KB