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

Docker images do not work on Mac's M* processors #1263

Closed
mvictoras opened this issue Mar 27, 2024 · 4 comments
Closed

Docker images do not work on Mac's M* processors #1263

mvictoras opened this issue Mar 27, 2024 · 4 comments
Labels
Milestone

Comments

@mvictoras
Copy link
Contributor

Images need to be rebuilt for multiple targets. Probably something like this:

$ docker buildx build \
--push \
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \ --tag your-username/multiarch-example:buildx-latest .

Documentation here: https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/

@cyrush
Copy link
Member

cyrush commented Mar 27, 2024

@mvictoras thanks for this report.

For our last tutorial, I did a step to build for multiple arches and combine them, but I think that failed.

Can you try this image from docker hub?

alpinedav/sc23_jupyter:ubuntu-22.04-arm64_2023-11-10-sha42c201

@cyrush
Copy link
Member

cyrush commented May 24, 2024

@mvictoras
I created combined arch images for the 0.9.3 release.

Would you mind testing if alpinedav/ascent-jupyter:0.9.3 works for you?

@cyrush cyrush added the bug label May 24, 2024
@cyrush cyrush added this to the 0.9.3 milestone May 24, 2024
@mvictoras
Copy link
Contributor Author

Sir, you are a magician.

It works

@cyrush
Copy link
Member

cyrush commented May 24, 2024

Awesome, thanks for confirming!

@cyrush cyrush closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants