-
Notifications
You must be signed in to change notification settings - Fork 99
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
installing Odoo docker-compose on Raspberry pi #9
Comments
My docker compose is based on the official Odoo Docker image. It's only compatible with amd64 architecture. You should try installing Odoo from installation package. Check out this link: https://peppe8o.com/raspberry-pi-installing-an-erp-and-crm-with-odoo/ Hope it helps, |
that's right. |
Hi @Shahin-rmz , Looks like there is no available arm64 docker image for odoo. The only solution is doing it yourself: write Dockerfile which installing Odoo from source inside ARM64, then wrap it with docker-compose as I did. It'll be a challenge if you are not in advanced with Docker. |
right, I'm more in the field of datascience. |
Hello,
thanks for maintaining the docker containers.
I would like to install Odoo 15 or 14 on Raspberry pi. It seems that it is not compatible with Arm structure.
Error :
what can I do?
thanks
The text was updated successfully, but these errors were encountered: