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

ARM64 Docker builds fail with Illigal Instruction error #424

Open
hardillb opened this issue Apr 2, 2023 · 3 comments
Open

ARM64 Docker builds fail with Illigal Instruction error #424

hardillb opened this issue Apr 2, 2023 · 3 comments

Comments

@hardillb
Copy link

hardillb commented Apr 2, 2023

Latest published build (02/05/23) d33c27d3e770 on docker hub does not start on 64bit Pi4

Running with standard entrypoint just crashes with no log output, but switching entrypoint to /bin/bash and staring manually shows error.

$ docker run -p 5200:5000 -it --entrypoint /bin/bash libretranslate/libretranslate
libretranslate@ea071421d5d0:/app$ venv/bin/libretranslate 
Illegal instruction (core dumped)
libretranslate@ea071421d5d0:/app$ exit

I also built from source and got the same result.

@hardillb
Copy link
Author

hardillb commented Apr 2, 2023

For reference the build tagged with v1.3.10 appears to work

@AmandaJonesAway
Copy link

FWIW I'm seeing the same, on x86_64, Photon OS. 1.3.10 doesn't work either :(

@sunjam
Copy link

sunjam commented Nov 3, 2023

arm64 builds are working again for me as of #525

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

4 participants