Closed trowj closed 3 years ago
I will look into statd and why it isn't found.
For the other issue: It looks like you use an older CPU. Does this error also happen when you are using LibrePhotos or does this error only happen on startup? Would it be possible for you to build the docker image yourself?
I have this error too.
How can we debug this?
$ docker-compose exec backend bash -c "python manage.py clear_cache"
Illegal instruction (core dumped)
I think the breaking change was introduced back in late february when we bumped the torch / torchvision dependencies. Does this sound correct? I think we have to build torch and torchvision from source without avx and sse 4. We could also downgrade to the last torch version that worked across the board, but this would also mean, that we can't upgrade python in the future.
Would it require much effort to provide 2 different Docker images? Or one image than launch libraries with or without AVX?
Yes, that would be a possibility. For now, I would just try to make it work again :D
I uploaded a new docker image with a downgraded version of torch. It should work now again I think.
Doesn't work still on my side, same error happen.
Both errors are now fixed.
I have pulled the latest images, and the docker-compose.yml and .env files (updated only to point to my actual folders), Docker and Docker-Compose also updated to latest stable as of today.
The 2 relevant lines are: backend_1 | statd: unrecognized service and backend_1 | /entrypoint.sh: line 10: 335 Illegal instruction (core dumped) python manage.py clear_cache
here's the full startup logs