You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to run this script with Docker on my Raspberry Pi only to find out that apparently "it is not supported".
However, when I clone the repository and execute it manually everything seems to work well.
The text was updated successfully, but these errors were encountered:
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.
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.
I have tried to run this script with Docker on my Raspberry Pi only to find out that apparently "it is not supported".
However, when I clone the repository and execute it manually everything seems to work well.
The text was updated successfully, but these errors were encountered: