diff --git a/.devops/openvino.Dockerfile b/.devops/openvino.Dockerfile index 41310c66339..b7e40149b03 100644 --- a/.devops/openvino.Dockerfile +++ b/.devops/openvino.Dockerfile @@ -23,6 +23,10 @@ RUN apt-get update && \ ninja-build \ build-essential \ libtbb12 \ + ocl-icd-opencl-dev \ + opencl-headers \ + opencl-clhpp-headers \ + intel-opencl-icd \ libcurl4-openssl-dev && \ rm -rf /var/lib/apt/lists/* @@ -131,4 +135,4 @@ WORKDIR /app HEALTHCHECK CMD [ "curl", "-f", "http://localhost:8080/health" ] -ENTRYPOINT [ "/app/llama-server" ] \ No newline at end of file +ENTRYPOINT [ "/app/llama-server" ]