hi everybody, has anybody running on a mac m1 mana...
# ask-the-community
j
hi everybody, has anybody running on a mac m1 managed to run the tensorflow cookbook example?
s
Hi James, thanks for your question, did you face any issues running the example?
k
@Shivay Lamba can you try running it locally on an M1 if you have one?
j
sorry for the late reply here, the issues are actually fairly minor. building the
Dockerfile
as-is works just fine, the only thing that users might need to be aware of is that they should have
tensorflow-macos
installed locally
scratch that -- there does appear to be a snag
running a workflow with the base image
tensorflow/tensorflow:latest-gpu
will result in:
Copy code
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
k
ohh ya, it needs to be built with ARM architecture
j
Should I pop open an issue for this one?
k
yes please
@James Evers
j
309 Views