google-research / kubric

A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as instance segmentation masks, depth maps, and optical flow.
Apache License 2.0
2.34k stars 233 forks source link

Running docker image on Mac M2 #288

Open linasklim opened 1 year ago

linasklim commented 1 year ago

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?