Added missing modules for flashinfer

This commit is contained in:
eugr
2025-11-24 17:02:04 -08:00
parent bd48032c45
commit 399948a725

View File

@@ -55,7 +55,8 @@ RUN pip install xgrammar triton termplotlib
# Note: Using the same index URLs as provided in your script # Note: Using the same index URLs as provided in your script
RUN pip install flashinfer-python --no-deps --index-url https://flashinfer.ai/whl && \ RUN pip install flashinfer-python --no-deps --index-url https://flashinfer.ai/whl && \
pip install flashinfer-cubin --index-url https://flashinfer.ai/whl && \ pip install flashinfer-cubin --index-url https://flashinfer.ai/whl && \
pip install flashinfer-jit-cache --index-url https://flashinfer.ai/whl/cu130 pip install flashinfer-jit-cache --index-url https://flashinfer.ai/whl/cu130 && \
pip install apache-tvm-ffi nvidia-cudnn-frontend nvidia-cutlass-dsl nvidia-ml-py tabulate
# Install fast safetensors to improve loading speeds # Install fast safetensors to improve loading speeds
RUN pip install fastsafetensors RUN pip install fastsafetensors