yusufs commited on
Commit
1dd5d05
·
verified ·
1 Parent(s): c0b917e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,7 +57,7 @@ RUN python3 --version && python3 -m pip --version
57
  # RUN pip install --upgrade pip
58
 
59
  # Install uv for faster install
60
- RUN python3 -m pip install uv
61
 
62
  # Install vLLM
63
  RUN uv pip install --system --index-strategy unsafe-best-match vllm==0.10.0 --extra-index-url https://download.pytorch.org/whl/cu128
 
57
  # RUN pip install --upgrade pip
58
 
59
  # Install uv for faster install
60
+ RUN python3 -m pip install uv --break-system-packages
61
 
62
  # Install vLLM
63
  RUN uv pip install --system --index-strategy unsafe-best-match vllm==0.10.0 --extra-index-url https://download.pytorch.org/whl/cu128