new headers

This commit is contained in:
2026-07-12 12:52:04 -05:00
parent 06f7df3fe1
commit fe3f8f14fa

View File

@@ -7,7 +7,7 @@ FROM ubuntu:24.04 AS build
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
git cmake build-essential libcurl4-openssl-dev ca-certificates \ git cmake build-essential libcurl4-openssl-dev ca-certificates \
libvulkan-dev glslc \ libvulkan-dev glslc spirv-headers \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN git clone --depth 1 https://github.com/ggml-org/llama.cpp /src RUN git clone --depth 1 https://github.com/ggml-org/llama.cpp /src