hi everybody, has anybody running on a mac m1 mana...
# flyte-support
f
hi everybody, has anybody running on a mac m1 managed to run the tensorflow cookbook example?
v
Hi James, thanks for your question, did you face any issues running the example?
f
@cuddly-waitress-92494 can you try running it locally on an M1 if you have one?
f
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
f
ohh ya, it needs to be built with ARM architecture
1
f
Should I pop open an issue for this one?
f
yes please
@few-animal-62717
f
476 Views