diff --git a/toolboxes/Dockerfile.rocm-6.4.4 b/toolboxes/Dockerfile.rocm-6.4.4 index bdcca45..f23f256 100644 --- a/toolboxes/Dockerfile.rocm-6.4.4 +++ b/toolboxes/Dockerfile.rocm-6.4.4 @@ -13,7 +13,7 @@ RUN dnf -y --nodocs --setopt=install_weak_deps=False \ WORKDIR /opt/llama.cpp ARG REPO=https://github.com/ggerganov/llama.cpp.git ARG BRANCH=master -RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . \ +RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . # build + install RUN git clean -xdf \ diff --git a/toolboxes/Dockerfile.rocm-7.2 b/toolboxes/Dockerfile.rocm-7.2 index d8a4b1a..097b9ca 100644 --- a/toolboxes/Dockerfile.rocm-7.2 +++ b/toolboxes/Dockerfile.rocm-7.2 @@ -36,7 +36,7 @@ ENV ROCM_PATH=/opt/rocm \ WORKDIR /opt/llama.cpp ARG REPO=https://github.com/ggerganov/llama.cpp.git ARG BRANCH=master -RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . \ +RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . # build RUN git clean -xdf \ diff --git a/toolboxes/Dockerfile.vulkan-amdvlk b/toolboxes/Dockerfile.vulkan-amdvlk index ad08071..ebf78a2 100644 --- a/toolboxes/Dockerfile.vulkan-amdvlk +++ b/toolboxes/Dockerfile.vulkan-amdvlk @@ -19,7 +19,7 @@ RUN curl -L -o /tmp/amdvlk-2025.Q2.1.x86_64.rpm \ WORKDIR /opt/llama.cpp ARG REPO=https://github.com/ggerganov/llama.cpp.git ARG BRANCH=master -RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . \ +RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . # build RUN git clean -xdf \ diff --git a/toolboxes/Dockerfile.vulkan-radv b/toolboxes/Dockerfile.vulkan-radv index d482eac..60d2295 100644 --- a/toolboxes/Dockerfile.vulkan-radv +++ b/toolboxes/Dockerfile.vulkan-radv @@ -13,7 +13,7 @@ RUN dnf -y --nodocs --setopt=install_weak_deps=False install \ WORKDIR /opt/llama.cpp ARG REPO=https://github.com/ggerganov/llama.cpp.git ARG BRANCH=master -RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . \ +RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . # build RUN git clean -xdf \