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/