-
Notifications
You must be signed in to change notification settings - Fork 13
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
Illegal instruction (core dumped) on container start #16
Comments
the same |
"Fixed" it by cloning and rebuilding the image locally without any change. sudo docker build -t matiasdelellis/facerecognition-external-model:v1 ./ Now everything works. Even managed to replace the corresponding nextcloud-aio container with this docker-compose version: '3.8'
services:
nextcloud-aio-facerecognition:
container_name: nextcloud-aio-facerecognition
image: 'facerecognition-external-model'
restart: unless-stopped
networks:
- nextcloud-aio
networks:
nextcloud-aio:
external: true
name: nextcloud-aio |
Another workaround for it (for VM in Proxmox) is to change cpu from currently selected to host. |
Reason is that the provided image (seems) to assume some cpu features that not every CPU has. Should the documentation be changed? |
thnx working |
Which happens at line:
Host cpuinfo (4 cores):
How to reproduce:
The text was updated successfully, but these errors were encountered: