anarion
anarion
IImmich
Created by anarion on 1/11/2023 in #help-desk-support
Machine Learning container rolling restart
Hello. I'm seting up Immich and everything goes up without issue, except Machine Learning docker, which keeps restarting. I'm using Ansible to set it up, but it is based on the official docker compose. The container keeps restarting:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7a529298258f altran1502/immich-proxy:release "/start.sh" 54 minutes ago Up 54 minutes 0.0.0.0:2283->8080/tcp immich_proxy
57382bca6666 altran1502/immich-web:release "/bin/sh ./entrypoin…" 54 minutes ago Up 54 minutes 3000/tcp immich_web
fde3a8c0dbfb altran1502/immich-machine-learning:release "/bin/sh ./entrypoin…" 54 minutes ago Restarting (132) 19 seconds ago immich_machine_learning
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7a529298258f altran1502/immich-proxy:release "/start.sh" 54 minutes ago Up 54 minutes 0.0.0.0:2283->8080/tcp immich_proxy
57382bca6666 altran1502/immich-web:release "/bin/sh ./entrypoin…" 54 minutes ago Up 54 minutes 3000/tcp immich_web
fde3a8c0dbfb altran1502/immich-machine-learning:release "/bin/sh ./entrypoin…" 54 minutes ago Restarting (132) 19 seconds ago immich_machine_learning
The logs therefore show nothing, Portainer logs show:
No log line matching the '' filter
No log line matching the '' filter
What could be the reason? I have another installation, done long time ago and updated after new images are released, wiich works fine with the same ENV variables... docker-compose and ENV variables are here: https://pastebin.com/eSaDuCV4
2 replies