uwsgi-nginx-flask-docker icon indicating copy to clipboard operation
uwsgi-nginx-flask-docker copied to clipboard

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

Open invictusro opened this issue 5 years ago • 3 comments

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 ?

invictusro avatar Sep 05 '20 14:09 invictusro

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

khoadng avatar Dec 18 '20 14:12 khoadng

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

pkuehne avatar Jan 14 '21 15:01 pkuehne

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.

guysoft avatar Aug 15 '21 20:08 guysoft