Add -y flag to pip uninstall infinistore for non-interactive Docker build
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user