Fixed cluster script and small fix for Dockerfilewq

This commit is contained in:
eugr
2025-11-24 15:45:04 -08:00
parent 5c8feb086c
commit f5141974ae
2 changed files with 13 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ RUN pip install flashinfer-python --no-deps --index-url https://flashinfer.ai/wh
pip install flashinfer-jit-cache --index-url https://flashinfer.ai/whl/cu130
# Install fast safetensors to improve loading speeds
RUN pip install fastsafetensors>=0.1.10
RUN pip install fastsafetensors
# --- VLLM SOURCE CACHE BUSTER ---
# Change THIS argument to force a fresh git clone and rebuild of vLLM