We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
/bin/bash
$ 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.
The text was updated successfully, but these errors were encountered:
For reference the build tagged with v1.3.10 appears to work
Sorry, something went wrong.
FWIW I'm seeing the same, on x86_64, Photon OS. 1.3.10 doesn't work either :(
arm64 builds are working again for me as of #525
No branches or pull requests
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.I also built from source and got the same result.
The text was updated successfully, but these errors were encountered: