From aa88c2e30b3e24fa1bf74d5906945fb79f573d15 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Mon, 2 Mar 2026 12:26:08 -0500 Subject: [PATCH] fix uv cache subcommand (#3447) --- docker/Dockerfile-uv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-uv b/docker/Dockerfile-uv index b9be1ff73..aa03f22a8 100644 --- a/docker/Dockerfile-uv +++ b/docker/Dockerfile-uv @@ -35,7 +35,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \ python scripts/unsloth_install.py --uv | sh && \ python scripts/cutcrossentropy_install.py --uv | sh && \ uv pip install pytest && \ - uv pip cache purge + uv cache clean # fix so that git fetch/pull from remote works with shallow clone RUN git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && \