yusufs commited on
Commit
9a49848
·
verified ·
1 Parent(s): 2f1f5cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -60,7 +60,8 @@ RUN pip install uv setuptools
60
 
61
 
62
  # Install vLLM
63
- RUN uv pip install --system vllm==0.10.0 torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
 
64
 
65
  # # Then, install xformers with the --no-build-isolation flag
66
  # RUN uv pip install --system \
 
60
 
61
 
62
  # Install vLLM
63
+ # RUN uv pip install --system vllm==0.10.0 torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
64
+ RUN uv pip install --system vllm==0.10.0 --extra-index-url https://download.pytorch.org/whl/cu113
65
 
66
  # # Then, install xformers with the --no-build-isolation flag
67
  # RUN uv pip install --system \