fix
This commit is contained in:
@@ -60,6 +60,8 @@ WORKDIR /opt/llama.cpp
|
||||
RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git . \
|
||||
&& git clean -xdf \
|
||||
&& 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 merge --no-edit pr-15405
|
||||
|
||||
|
||||
Reference in New Issue
Block a user