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) ARM architecture not supported by this script #1

Closed
Zlendy opened this issue May 23, 2021 · 3 comments
Closed

(Docker) ARM architecture not supported by this script #1

Zlendy opened this issue May 23, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Zlendy
Copy link

Zlendy commented May 23, 2021

I have tried to run this script with Docker on my Raspberry Pi only to find out that apparently "it is not supported".
image
However, when I clone the repository and execute it manually everything seems to work well.

@RayNieport
Copy link
Owner

Thanks for testing! I have a Pi as well, but I've only tested the Docker image on x86 machines so far. This must be some issue with the way I created the Docker image, because Python and all the other dependencies should run fine on ARM. I'll load it up on my Pi this week and see if I can create a working Docker image to support the ARM architecture.

@RayNieport
Copy link
Owner

RayNieport commented May 23, 2021

Okay, the Docker image should now support arm64. I was originally using the 'python:3.8-slim' base image, but I encountered some issues when building and had to swap to the 'alpine:3.13' base instead. I'll update the Dockerfile shortly to reflect my changes.

Would you mind pulling to make sure everything works now? I tested on my Pi 3B+ but it's always nice to have a second set of eyes.

@RayNieport RayNieport added the enhancement New feature or request label May 23, 2021
@Zlendy
Copy link
Author

Zlendy commented May 28, 2021

As expected, it's working now. I would also suggest you to add tags to indicate the architectures that are supported.

@Zlendy Zlendy closed this as completed May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants