-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to install on raspberry pi #12
Comments
Thanks for pointing that out. This error is expected, since we only publish an amd64 image which is incompatible with the arm64 architecture of the rpi4. One possible solution would be to build the image yourself on the RPI4 and use that instead of For a more proper solution, I will build a multi-platform image and update the github actions to build and publish multi-platform images as well, once I get the chance. |
I have built and pushed a multiplatform image. If you try to |
It pulled the image but for some reason, I'ts crashing. Here are the logs
|
Yeap, the different CPU architecture seems to be the problem once again. I will need some time to work this out on an arm64 machine. |
I am trying to install it on a raspberry pi 4 with portainer and docker but every time I install it it just exits.
Here are the logs from the container
exec /usr/local/bin/uvicorn: exec format error
The text was updated successfully, but these errors were encountered: