-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
exec /docker-entrypoint.sh: exec format error. ARM Support? #488
Comments
Can you try building the images from source using |
I ran the following and it did not make any difference. When I checked the images in portainer, it said amd64. So maybe its not building to the correct architecture with the following code and directly pulling from docker-hub? Am I doing this correctly? Thanks for your help.
|
Does this work?
I think it might fail because certain dependencies used like nnabla 1.26.0 do not support ARM64. Looks like newer versions support it but only on Python 3.9+ (the prebuilt images use Python 3.8). |
That is correct. Errored out
What to do now? |
Unfortunately there isn't a workaround at the moment |
Well, thanks for looking into it. Hope some day it will be possible to have ARM support too. I will keep my eyes peeled. Thanks for your amazing work. |
@JeffreyCA any updates to this issue? Was the image versions updated to add arm support? |
@binuengoor Sorry for the long turnaround, I didn't have a ARM device to easily test things. I just merged some fixes to support ARM in #930. Can you try the latest changes? |
FWIW, I'm running on an arm64 machine, and it works well. |
Was trying to run the project on docker on an arm64 machine and ran into the following issue:
Server Specs:
I am very new to this. Is arm64 architecture not supported? Any possibility of adding support in the near future?
The text was updated successfully, but these errors were encountered: