install pybind11 for fa3 build

This commit is contained in:
Wing Lian
2025-05-17 08:26:31 -04:00
parent e1b74d710b
commit 37220ab90a

View File

@@ -39,6 +39,7 @@ RUN git lfs install --skip-repo && \
pip3 install -U --no-cache-dir pydantic==1.10.10
RUN if [ "$TORCH_CUDA_ARCH_LIST" = "9.0+PTX" ] ; then \
pip install "pybind11[global]"; \
git clone https://github.com/Dao-AILab/flash-attention.git; \
cd flash-attention; \
git checkout v2.7.4.post1; \