This commit is contained in:
Donato Capitella
2025-11-10 19:29:30 +00:00
parent 6d121bc88a
commit 73f6a69310
+2
View File
@@ -60,6 +60,8 @@ WORKDIR /opt/llama.cpp
RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git . \ RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git . \
&& git clean -xdf \ && git clean -xdf \
&& git submodule update --recursive \ && git submodule update --recursive \
&& git config user.email "builder@localhost" \
&& git config user.name "Container Builder" \
&& git fetch origin pull/15405/head:pr-15405 \ && git fetch origin pull/15405/head:pr-15405 \
&& git merge --no-edit pr-15405 && git merge --no-edit pr-15405