-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Bug] SIGILL on linux docker container #94
Comments
Could you tell me docker version and host OS version you use?
|
I used Apple M2 macOS14 with ubuntu 20.04 docker image. |
At this time, it may be difficult to get CPU capability correctly if the host OS and container OS are different. I wish I could find a similar example in other libraries which deals this issue. |
Might be fixed by #96 |
Yes, it fixes the issue |
#93 (review)
Because linux docker container has no
/sys/devices/system/cpu/cpu0/regs/identification/midr_el1
file, capability detection fails.
The text was updated successfully, but these errors were encountered: