Txc
Txc
IImmich
Created by Txc on 5/21/2025 in #help-desk-support
machine learning
getting [FATAL tini (7)] exec worker failed: No such file or directory. i checked several help topics here with several solutions, but none have helped so far :/ - i am using portainer for management - server, db, redis container all work like a charm (and so does immich per se) - restarting and pruning docker didnt help either - even a fresh install with a fresh database + cache didnt help - used the following docker-compose.yml as reference: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml here's the machine-learning service. a .env is not referenced on purpose.
immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
restart: unless-stopped
command: worker
user: 0:0
networks:
- backend
volumes:
- /docker/data/immich/model-cache:/cache
healthcheck:
disable: true
immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
restart: unless-stopped
command: worker
user: 0:0
networks:
- backend
volumes:
- /docker/data/immich/model-cache:/cache
healthcheck:
disable: true
also tried adding the .env content (which basically is just the db connection stuff + upload path/volume) to this service, but that didnt solve the problem either. cant connect to the container to do deeper troubleshooting as it is in a constant restart state. you guys have any idea what i am missing?
8 replies