feat: Publish arm64 compatible docker images #1066
Replies: 10 comments
-
@code-haven thanks. for raising the issue. Do you want to create a PR for this? Would you create multiple images for the different architectures or have one image which supports all of them? |
Beta Was this translation helpful? Give feedback.
-
Hey, I'm happy to take this up. With multi-arch images, users can continue to use |
Beta Was this translation helpful? Give feedback.
-
Ok, awesome. Thanks already for the contribution. |
Beta Was this translation helpful? Give feedback.
-
Ah, looks like buildx slows down the build from 3mins to 18mins due to the overhead from emulation. Not sure how I can speed this up :( |
Beta Was this translation helpful? Give feedback.
-
Oh wow, this looks quite long. Do you know someone who is an expert in this and could help out? |
Beta Was this translation helpful? Give feedback.
-
Nope. Reading up on this, it looks like we might need native arm64 github runners to avoid the emulation overhead |
Beta Was this translation helpful? Give feedback.
-
Is there a huge upside that justifies the effort? The Langfuse API is quite low-profile and should scale well on x86. |
Beta Was this translation helpful? Give feedback.
-
nope, not at all. This is definitely a good to have at this point. |
Beta Was this translation helpful? Give feedback.
-
My understanding going back and forth with the maintainer of the action (can't find it right now) was that there is an FS thing that is causing the majority of the pain. If I wanted to solve it best, I would adopt the arm runners or find a 3rd party provider for mac With my own project, I resolved to
I'm seeing a warning message on Mac silicon, but have not noticed a perf issue that hinders development: https://github.com/orgs/langfuse/discussions/1460#discussioncomment-8862851 |
Beta Was this translation helpful? Give feedback.
-
First version to include arm image was just released: https://github.com/langfuse/langfuse/releases/tag/v2.58.0 |
Beta Was this translation helpful? Give feedback.
-
Describe the feature you'd like to request
Would love to see arm64 compatible docker images that we can deploy to AWS graviton instances!
Describe the solution you'd like to see
Building multi-arch docker images is quite easy with buildx: https://docs.docker.com/engine/reference/commandline/buildx/
Additional information
No response
Contribute
Beta Was this translation helpful? Give feedback.
All reactions