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

Support for Docker arm32v6/python #2501

Open
patricktobias86 opened this issue Jan 4, 2024 · 1 comment
Open

Support for Docker arm32v6/python #2501

patricktobias86 opened this issue Jan 4, 2024 · 1 comment
Assignees

Comments

@patricktobias86
Copy link

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?

@Herklos Herklos self-assigned this Aug 4, 2024
@Herklos
Copy link
Member

Herklos commented Aug 4, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants