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

Installation on Raspberry via Docker #317

Open
lele-97-17 opened this issue Feb 5, 2025 · 4 comments
Open

Installation on Raspberry via Docker #317

lele-97-17 opened this issue Feb 5, 2025 · 4 comments

Comments

@lele-97-17
Copy link

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:

  1. Run the command on the cmd: "docker run -p 7500:7500 -v /home/xxxxx/Documents/paisa/:/root/Documents/paisa/ ananthakumaran/paisa:latest"
  2. See error: "docker: no matching manifest for linux/arm/v7 in the manifest list entries."
@avinal
Copy link

avinal commented Feb 5, 2025

Hello, what Pi are you using, I am also running on Raspberry Pi 5 and it is working without any issue see #165

@lele-97-17
Copy link
Author

Pi zero 2 w, but I don't think it's a problem of model. Wich version of the sw have you installed?

@avinal
Copy link

avinal commented Feb 6, 2025

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.

@lele-97-17
Copy link
Author

Maybe I found something. Probably the error could be inside the .github/workflows/docker.yml file at lines 27, 43, 59 and 75 where it is written platforms: linux/amd64,linux/arm64 instead of platforms: linux/amd64,linux/arm64/v7 (as indicated in the error message I get).
Anyway, I'll try also as you advised me with the build command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants