From 202b9c4e239b7c8a7cfe16bd95910092d4172073 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Fri, 3 Apr 2026 09:06:42 +0000 Subject: [PATCH] Add -y flag to pip uninstall infinistore for non-interactive Docker build --- vllm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/Dockerfile b/vllm/Dockerfile index 6e103a8..fcd2d2a 100644 --- a/vllm/Dockerfile +++ b/vllm/Dockerfile @@ -157,7 +157,7 @@ RUN git clone https://github.com/bytedance/InfiniStore && \ cd InfiniStore && \ pip install meson && \ pip install --no-deps --no-build-isolation -e . && \ - pip uninstall infinistore && \ + pip uninstall -y infinistore && \ python -m build --wheel --no-isolation && \ cp dist/*.whl /wheels/