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'm trying to install OctoBot on a "Rasperry 0", but always running into issues when i trying to install Python 3.10, a workaround to solve this would be to use this a base for a Docker image: https://hub.docker.com/r/arm32v6/python
This would make the installation much easier, but I have no experience making Docker images. Could someone assist in making a version to support this maybe?
The text was updated successfully, but these errors were encountered:
It's not in our roadmap for now but you can directly build the image on your raspberry if you want, it will do the job.
You have to clone the repository: git clone https://github.com/Drakkar-Software/OctoBot
Then build the docker image: docker build -t drakkarsoftware/octobot:stable .
I'm trying to install OctoBot on a "Rasperry 0", but always running into issues when i trying to install Python 3.10, a workaround to solve this would be to use this a base for a Docker image:
https://hub.docker.com/r/arm32v6/python
This would make the installation much easier, but I have no experience making Docker images. Could someone assist in making a version to support this maybe?
The text was updated successfully, but these errors were encountered: