-
Notifications
You must be signed in to change notification settings - Fork 30
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
Arm64 support #28
Comments
That would be nice indeed. Are you interested in running on mac or a generic arm server? Could you try building the image yourself using |
I'm running debian on a m1 mac.
Will give it another try tomorrow. |
You don't need to use the Makefile in ayon-backend repo. This (ayon-docker) repository has its own makefile with "build" target. It should clone both backend and frontend locally and build a local copy of You may also need to tweak the Dockerfile to use the correct base images - honestly, I am not sure about that part, but both node and python images used in the dockerfile have their arm64v8 equivalents: https://hub.docker.com/r/arm64v8/python/ |
same issue here
added platform: linux/arm64 to the yml files
gave it another try with a fresh pull...
|
Out of the curiosity - what platform do you use? Ampere? |
I usually just test stuff with it...it's a PI 4 - latest 64bit Debian OS |
Gotcha. I doubt we'll support RaPi natively as it... Well... Doesn't make much sense, but have you tried building the image yourself? I wonder if that works or has unresolvable dependencies |
Couldn't find a normal compile guide and only got docker on the pi...
…On Fri, Jul 26, 2024, 20:08 Martin Wacker ***@***.***> wrote:
Gotcha. I doubt we'll support RaPi natively as it... Well... Doesn't make
much sense, but have you tried building the image yourself? I wonder if
that works or has unresolvable dependencies
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANJGRWV7AHW7TQ2GLO54TDZOKGDTAVCNFSM6AAAAABLQ4TY2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJTGI2DEMZYHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I've managed to build the image using qemu and successfully started PostgreSQL and Redis using the same setup. But I'm encountering an issue while trying to start the ayon-docker-server on my Raspberry Pi 5. The server fails to initialize with the following error: `2024-08-25 22:32:34 ERROR server Unable to initialize users Traceback (most recent call last): Based on the traceback, it seems the error is related to the Pillow (PIL) library trying to load a shared object libXau-154567c4.so.6.0.0, which fails due to a mapping error. |
Can we get arm64 support?
The text was updated successfully, but these errors were encountered: