Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not starting on Synology DS1520+ #518

Open
alekslyse opened this issue May 6, 2021 · 3 comments
Open

Not starting on Synology DS1520+ #518

alekslyse opened this issue May 6, 2021 · 3 comments

Comments

@alekslyse
Copy link

Using the docker compose, all docker images start except comrepface-core with error code 132

https://paste.ubuntu.com/p/d7fRpq4cV2/

@pospielov
Copy link
Collaborator

It looks like there is Intel Celeron J4125 CPU in Synology DS1520+ which doesn't support AVX.
CompreFace now works only on CPU with AVX support.
To make sure that your system supports AVX you can run "lscpu | grep avx" in LInux.

@jddominguez1979
Copy link

Is there a solution for this? Becausing I am having the same issues on my DS1520+
So all the containers are running smoothly but the core container is generating this message
!!! no internal routing support, rebuild with pcre support !!!

@pospielov
Copy link
Collaborator

#583
There was one guy who managed to compile CompreFace without AVX requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants