From 73f6a69310ef9bda860285907f81582b540e1dac Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Mon, 10 Nov 2025 19:29:30 +0000 Subject: [PATCH] fix --- toolboxes/Dockerfile.rocm-7rc-rocwmma | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolboxes/Dockerfile.rocm-7rc-rocwmma b/toolboxes/Dockerfile.rocm-7rc-rocwmma index 767d427..15b91fd 100644 --- a/toolboxes/Dockerfile.rocm-7rc-rocwmma +++ b/toolboxes/Dockerfile.rocm-7rc-rocwmma @@ -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