immich_machine_learning docker always restarting

I've installed Immich through the docker compose file and noticed, it always restarting. Do you have any idea of what could be causing this, plz ?
No description
No description
6 Replies
aldrick
aldrickOP2y ago
Alex Tran
Alex Tran2y ago
Can you bring down all containers then remove the model cache volume of the machine learning container and start up again?
aldrick
aldrickOP2y ago
I can't. It says it's used.
docker volume rm --force immich-app_model-cache
Error response from daemon: remove immich-app_model-cache: volume is in use - [ba0f62b779a8b65de8368805f16dab9b61d297babaaf020e87b8f8085886ca9a]
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
docker volume rm --force immich-app_model-cache
Error response from daemon: remove immich-app_model-cache: volume is in use - [ba0f62b779a8b65de8368805f16dab9b61d297babaaf020e87b8f8085886ca9a]
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Should I remove the immich-app_model-cache and remove the volume only?
Alex Tran
Alex Tran2y ago
docker-compose down first then remove the volume
aldrick
aldrickOP2y ago
It works. Thank you!
Alex Tran
Alex Tran2y ago
No problem, enjoy!

Did you find this page helpful?