Open patricktobias86 opened 11 months ago
Hi,
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 .
Once the image is built you should be able to run any commands from https://www.octobot.cloud/en/guides/octobot-installation/install-octobot-with-docker-video (except the pull
ones).
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?