Skip to content
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

Merged
merged 5 commits into from
Jan 26, 2025

Conversation

ngxson
Copy link
Collaborator

@ngxson ngxson commented Jan 26, 2025

Related to:

Test build here: https://github.com/ngxson/llama.cpp/actions/runs/12977412699

@ngxson ngxson requested a review from slaren January 26, 2025 19:32
@github-actions github-actions bot added the devops improvements to build systems and github actions label Jan 26, 2025
@ngxson
Copy link
Collaborator Author

ngxson commented Jan 26, 2025

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

@ngxson
Copy link
Collaborator Author

ngxson commented Jan 26, 2025

Created the ticket (unfortunately there is no options to publicly share it)

image

@ngxson ngxson merged commit caf773f into ggerganov:master Jan 26, 2025
2 checks passed
Comment on lines +39 to +40
- { 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}
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants