Errors since upgrading to 1.56.x
Getting the following errors in logs :
14 Replies
Try deleting your model cache folder and restarting
how would i do that
i dont see any model-cache folder
Do you have a cache volume defined for the machine_learning container?
immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:release
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- model-cache:/cache
env_file:
- .env
environment:
- NODE_ENV=production
networks:
immich-network:
restart: always
model-cache
This is a docker volume. Can you try stopping the stack, deleting that volume, and then starting again?how do i delete that volume ? sorry..
this ? /var/lib/docker/volumes/immich-app_model-cache ?
just delete that folder?
docker volume rm
docker volume rm immich-app_model-cache
Error response from daemon: remove immich-app_model-cache: volume is in use - [a60c2972729221beff206ce9d84a2b8d1e46288136d5676d83c6a2ef618247fd]
You need to stop the stack first
its stopped
Did you use
docker compose stop
or docker compose down
?docker compose down
re ran.. it worked
re-running facial recog..
i think its working now
thanks