new headers
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user