-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
docker : fix ARM build and Vulkan build #11434
Conversation
Hmm, annoyingly, it randomly fails. https://github.com/ngxson/llama.cpp/actions/runs/12977879687/job/36191803983 I'll fire a bug report to github. In the meantime, I'll merge this because CUDA and CPU amd64 builds are too outdated |
- { tag: "cpu", dockerfile: ".devops/cpu.Dockerfile", platforms: "linux/amd64", full: true, light: true, server: true, freediskspace: false} | ||
- { tag: "cpu", dockerfile: ".devops/cpu.Dockerfile", platforms: "linux/arm64", full: true, light: true, server: true, freediskspace: false} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that this doesn't work as expected and only the arm64 image is being published. Should this be reverted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm yeah. btw, I got the response from github, turns out to be related to this: docker/build-push-action#1309
Related to:
Test build here: https://github.com/ngxson/llama.cpp/actions/runs/12977412699