-
Notifications
You must be signed in to change notification settings - Fork 140
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
Installation on Raspberry via Docker #317
Comments
Hello, what Pi are you using, I am also running on Raspberry Pi 5 and it is working without any issue see #165 |
Pi zero 2 w, but I don't think it's a problem of model. Wich version of the sw have you installed? |
I am running the latest release. You can also try direct build instead of using prebuilt images. build: https://github.com/ananthakumaran/paisa.git Add this in place of the image in the docker compose. |
Maybe I found something. Probably the error could be inside the |
Describe your Environment
OS: Raspbian GNU/Linux 12 (bookworm)
Paisa Version: 0.7.1 (latest)
App Variant: CLI
Describe the bug
When I launch the command to run docker I get the error:
"
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
"To Reproduce
Steps to reproduce the behavior:
docker run -p 7500:7500 -v /home/xxxxx/Documents/paisa/:/root/Documents/paisa/ ananthakumaran/paisa:latest
""docker: no matching manifest for linux/arm/v7 in the manifest list entries.
"The text was updated successfully, but these errors were encountered: