Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sycl: fix docker image #14144

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

Merged
merged 1 commit into from
Jun 13, 2025
Merged

sycl: fix docker image #14144

merged 1 commit into from
Jun 13, 2025

Conversation

sgeor255
Copy link
Contributor

As reported in #5277 (comment) the SYCL docker image has been failing for a while now. The issue seems to be the externally managed python environment error in the logs: https://github.com/ggml-org/llama.cpp/actions/runs/15458334203/job/43514658105#step:8:986 which prevents installing python modules system-wide with pip. This PR fixes this issue by introducing a virtual environment in which python packages are installed.

@sgeor255 sgeor255 requested a review from ngxson as a code owner June 12, 2025 09:42
@github-actions github-actions bot added the devops improvements to build systems and github actions label Jun 12, 2025
Copy link
Collaborator

@Rbiessy Rbiessy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also adding that this fix seems to be needed after updating the docker image to Ubuntu 24.04 in #13532.

@Rbiessy
Copy link
Collaborator

Rbiessy commented Jun 13, 2025

I'm planning to merge this one later today to fix the CI. Let me know @ngxson if you have any concern with it.

@Rbiessy Rbiessy merged commit 40643ed into ggml-org:master Jun 13, 2025
2 checks passed
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.

3 participants