-
Notifications
You must be signed in to change notification settings - Fork 670
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
[Docs] Raw Container Task Julia Docker Image Doesn't support Arm64 #5069
Comments
Hey there, @Future-Outlier! 🚀 Great to see you diving into another adventure with us. How's the journey in the world of tech treating you today? Thank you for bringing this to our attention. It seems like there might be an issue with the The Dockerfile provided in the Flyte documentation shows how to create a custom Julia environment by starting from the official Julia image ( Unfortunately, I wasn't able to find the exact Dockerfile used to build the To ensure the I hope this helps! If you have any additional information or context that could help us understand this issue better, please let us know. Sources
|
I can't repro this, @Future-Outlier. This is what I see:
This dockerfile was used to build that image. Can you try building it locally? |
I think the main problem will be we need to support multi arch for the Docker Image, when I build by myself, it works, but when I use the official image, it doesn't. |
cc @samhita-alla , Do you know how to update the image? docker buildx build -t localhost:30000/julia:0321 -f DockerfileJulia . --load |
@eapolinario Can you also take a look at my PR about local container task execution? Here's the PR link: |
Let's separate these issues out: (1) support for multi-arch images for the julia example, and (2) local raw containers and other raw containers limitations. For (1), since this image to run the julia examples doesn't change frequently, I pushed a multi-arch version of that image (in fact I pushed multiarch versions of all raw container images): https://github.com/orgs/flyteorg/packages/container/rawcontainers-julia/194176739?tag=v2 I'm going to review the PR related to (2) shortly. |
We now have multi-arch images for the julia example. |
Description
When downloading
ghcr.io/flyteorg/rawcontainers-julia:v2
, and start the image as container, we will find thatjulia
command is not available.Reference: https://docs.flyte.org/en/latest/user_guide/customizing_dependencies/raw_containers.html#raw-container
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: