From 8cea1363f3b8f0e2fa023226e330e4cbebe421c9 Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Sun, 16 Nov 2025 08:39:39 +0000 Subject: [PATCH] remove dangling --- toolboxes/Dockerfile.rocm-7rc-rocwmma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolboxes/Dockerfile.rocm-7rc-rocwmma b/toolboxes/Dockerfile.rocm-7rc-rocwmma index f788f3b..7fa79a7 100644 --- a/toolboxes/Dockerfile.rocm-7rc-rocwmma +++ b/toolboxes/Dockerfile.rocm-7rc-rocwmma @@ -59,7 +59,7 @@ RUN chmod +x build-rocwmma.sh && ./build-rocwmma.sh WORKDIR /opt/llama.cpp RUN git clone --recursive https://github.com/ggerganov/llama.cpp.git . \ && git clean -xdf \ - && git submodule update --recursive \ + && git submodule update --recursive COPY ./apply-rocwmma-fix.sh /opt/apply-rocwmma-fix.sh RUN chmod +x /opt/apply-rocwmma-fix.sh && /opt/apply-rocwmma-fix.sh /opt/llama.cpp