dyno icon indicating copy to clipboard operation
dyno copied to clipboard

Using dyno with Apple silicon

Open EmanuelSoda opened this issue 2 years ago • 5 comments

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

EmanuelSoda avatar Oct 03 '22 08:10 EmanuelSoda

Same issue here.

lystoris avatar Feb 06 '23 17:02 lystoris

I'm having the same issue as well.

AllyDePuyt avatar Mar 07 '23 21:03 AllyDePuyt

it is very slow for me on M1

tiagobrc avatar Apr 27 '23 06:04 tiagobrc

same issue as well.

wanyingdou avatar May 07 '23 00:05 wanyingdou

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.

michael-kotliar avatar Jul 26 '23 15:07 michael-kotliar