Add -y flag to pip uninstall infinistore for non-interactive Docker build

This commit is contained in:
2026-04-03 09:06:42 +00:00
parent c2cebcf962
commit 202b9c4e23

View File

@@ -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/