-
Notifications
You must be signed in to change notification settings - Fork 43
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
No suitable images for architectures other than amd64 e.g. for RaspberryPi #228
Comments
Yeap, can't get it to run on my pi4 via portainer. the error is related to wrong architecture standard_init_linux.go:228: exec user process caused: exec format error |
So I just found out about this project and have been very excitedly researching it.. I saw the build didn't support rpi in docker hub.. I was however able to build an image for docker/podman for arm64. Step 1) git clone https://github.com/stanford-oval/almond-server.git Why this works: building the container image yourself lets your docker/podman engine try to build from the base image that works for your architecture. Downside- I have built the container successfully, but I can't get it to run.. but I think this is related to some pulse issue I'm going to try to work out since I run RPI headless with a server distro and no pulse. current runtime error:
|
The error indicates that PulseAudio is not available in the container. You need to mount it from outside, using the podman command in the README. |
The Docs mention that almond-server should run on RaspberryPi 3 + 4 but there is not suitable Image in the Dockerhub for architectures other than amd64 as you can see under the tags section.
So executing the documented run command on a RaspberryPi 3 running Raspian Buster (armhf)
podman run --name almond -p 3000:3000 stanfordoval/almond-server:latest-portable
will lead to the following error
{"msg":"exec container process `/usr/bin/npm`: Exec format error","level":"error","time":"2021-06-29T16:56:28.000196786Z"}
This non-matching architecure errors are also mentioned in the Podman Docs.
Could you please provide images for other architectures aswell?
The text was updated successfully, but these errors were encountered: