Skip to content

Fix opencl dependencies in openvino.Dockerfile#44

Open
vabenil wants to merge 1 commit intoravi9:dev_backend_openvinofrom
vabenil:openvino-dependency-fix
Open

Fix opencl dependencies in openvino.Dockerfile#44
vabenil wants to merge 1 commit intoravi9:dev_backend_openvinofrom
vabenil:openvino-dependency-fix

Conversation

@vabenil
Copy link

@vabenil vabenil commented Feb 15, 2026

Overview

When following the instructions in build instructions. Specifically those for running the llama-server in docker:

docker build --target=server -t llama-openvino:server -f .devops/openvino.Dockerfile .

I ran into the issue of missing opencl dependencies.

I then simply copied the dependencies from the same build instructions here

sudo apt install ocl-icd-opencl-dev opencl-headers opencl-clhpp-headers intel-opencl-icd

Into the Dockerfile.

After applying this changes the docker image gets built successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant