Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 \
|