Open EmanuelSoda opened 2 years ago
Same issue here.
I'm having the same issue as well.
it is very slow for me on M1
same issue as well.
When you run docker container manually on Apple Silicon, you should provide the additional parameter --platform linux/amd64
. Probably, the same parameter should be used when docker container is started by dyno.
Hi everyone, thanks for the amazing package. I'm trying to run the tutorial on my M1 macbook, but unfortunately I'm having trouble with docker. When I run the following line of code:
model <- infer_trajectory(dataset, first(methods_selected))
I get back the following error: WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
I know that Docker is not well optimise for apple silicon, for this reason I was wondering if there is a method to specify linux/arm64/v8 or any other way to solve this problem.
Thanks in advance, Emanuel