Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using dyno with Apple silicon #136

Open
EmanuelSoda opened this issue Oct 3, 2022 · 5 comments
Open

Using dyno with Apple silicon #136

EmanuelSoda opened this issue Oct 3, 2022 · 5 comments

Comments

@EmanuelSoda
Copy link

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

@lystoris
Copy link

lystoris commented Feb 6, 2023

Same issue here.

@AllyDePuyt
Copy link

I'm having the same issue as well.

@tiagobrc
Copy link

it is very slow for me on M1

@wanyingdou
Copy link

same issue as well.

@michael-kotliar
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants