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

standard_init_linux.go:211: exec user process caused "exec format error" #200

Open
invictusro opened this issue Sep 5, 2020 · 3 comments

Comments

@invictusro
Copy link

The command '/bin/sh -c pip install flask' returned a non-zero code: 1
Hello so I got this error when trying to exec the comand "docker build" because the image is only for Intel arhitecture but I wanted to use it on a raspberry which has ARM arhitecture, is there anything I can do about it ?

@khoadng
Copy link

khoadng commented Dec 18, 2020

@invictusro
see #67
basically you have to rebuild the image for ARM by yourself

@pkuehne
Copy link

pkuehne commented Jan 14, 2021

Any chance that ARM will be included in the official build pipeline? Now that Dockerhub supports multi-architecture builds?

@guysoft
Copy link

guysoft commented Aug 15, 2021

Hey, I added ARM to a fork of this. Had also to build tiangolo/uwsgi-nginx-docker.

Docker images here:
https://hub.docker.com/r/guysoft/uwsgi-nginx-flask/

Code here:
https://github.com/guysoft/uwsgi-nginx-flask-docker/

Code for tiangolo/uwsgi-nginx with multiarch pipeline:
https://github.com/guysoft/uwsgi-nginx-docker

Would love to figure out how to PR this.

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

4 participants