[Bug]: image targets 'amd64', cannot run on 'arm64' #436
Closed
scott-love
started this conversation in
Bug Report
Replies: 2 comments 6 replies
-
Dear @scott-love, I can reproduce this problem on the latest MacOS (14.6.1) and latest Docker version (4.33.0 (160616)) - I am assuming this is a Docker bug for now, because it works in Podman: We are also planning to get native arm64 containers soon - so hopefully the podman workaround works for you until docker pushed an update or until we have native arm64 containers. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Dear @scott-love, we have now released a new version of neurodeskapp 1.6.1 which has a workaround for this docker bug. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version
1.6
What platform are you seeing the problem on?
Local PC
What happened
I have a nipype pipeline that was working a few months ago. Now on the same computer (actually 2) it doesn't work.
The nipype workflow gets created but the first time it tries to use an ANTs function (ImageMath) it crashes. I tried running ImageMath in a terminal and I get this error: FATAL: image targets 'amd64', cannot run on 'arm64'
I tried running an AFNI function in the terminal and get the same error.
I am working on Apple M1 Max (or M3 Pro)
OS 14.6.1
I tried turning on and off Rosetta, which made no difference.
I have not tried Podman.
Can anyone see a solution to this?
How to reproduce
In a Neurodesk app terminal do:
Relevant log output or screenshot
Beta Was this translation helpful? Give feedback.
All reactions