You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to run docker image according to the hello world example on my Apple M2 machine, however, I get error messages
The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine.
qemu: uncaught target signal 6 (Aborted) - core dumped
and the container becomes unresponsive. The same happens when I pass docker run additional parameter --platform linux/amd64.
Is there a way to run it on Mac M2 machine?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to run docker image according to the hello world example on my Apple M2 machine, however, I get error messages
and the container becomes unresponsive. The same happens when I pass
docker run
additional parameter--platform linux/amd64
.Is there a way to run it on Mac M2 machine?
The text was updated successfully, but these errors were encountered: