Replies: 2 comments 5 replies
-
I think it is related to that we reverted to a You might have better performance when running qemu-user or Rosetta, instead of emulating the OS? |
Beta Was this translation helpful? Give feedback.
5 replies
-
The default cpuType is supposed to work, especially on ubuntu (the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been running an sdk that comes packaged in a
.sif
file. The sif is built for amd64, and I am using qemu system mode to run it on my macOS/aarch64. E.g.:Without the cpuType option, it will error saying
Illegal instruction (core dumped)
. With the cpuType option, the above approach works fine but is somewhat slow for bigger tasks. I've tried other ways of running it, but so far without success. For instance:I've tried config different options, but the result is mostly the same: I can get a shell via
singularity shell /path/to/sdk.sif
, browse around and vim into some files, but when I attempt to run any of the main apps in the container, it will error sayingIllegal instruction (core dumped)
. I'm not sure how to go about diagnosing or fixing this, or whether this is the right approach?Beta Was this translation helpful? Give feedback.
All reactions