ImmichI
Immich8mo ago
Txc

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 :/

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

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?
Was this page helpful?