diff --git a/Dockerfile b/Dockerfile index 4e8e29cb2..fa885dd34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,6 +72,12 @@ RUN < /run/localai/capability + fi +EOT + # If we are building with clblas support, we need the libraries for the builds RUN if [ "${BUILD_TYPE}" = "clblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then \ apt-get update && \