From 3361a972b352baaf63d870b220107e62a251f016 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 6 Sep 2026 16:59:40 -0400 Subject: [PATCH] refac --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15bf0f07f1..2711478673 100644 --- a/Dockerfile +++ b/Dockerfile @@ -148,7 +148,6 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.12.10,source=/uv,target=/bin/uv \ set -e; \ if [ "$USE_SLIM" = "true" ]; then \ uv pip install --system -r requirements-slim.txt --no-cache-dir; \ - pip3 uninstall -y uv; \ elif [ "$USE_CUDA" = "true" ]; then \ # If you use CUDA the whisper and embedding model will be downloaded on first use # fix: pin torch<=2.9.1 - torch 2.10.0 aarch64 wheels cause SIGILL on ARM devices (RPi 4 Cortex-A72) #21349