Spaces:
Paused
Paused
--extra-index-url https://download.pytorch.org/whl/cu113
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y python3 python3-pip git
|
|
4 |
RUN pip3 install --upgrade pip
|
5 |
|
6 |
# Install vLLM
|
7 |
-
RUN pip3 install vllm==0.10.0
|
8 |
|
9 |
# Download at build time,
|
10 |
# to ensure during restart we won't have to wait for the download from HF (only wait for docker pull).
|
|
|
4 |
RUN pip3 install --upgrade pip
|
5 |
|
6 |
# Install vLLM
|
7 |
+
RUN pip3 install vllm==0.10.0 --extra-index-url https://download.pytorch.org/whl/cu113
|
8 |
|
9 |
# Download at build time,
|
10 |
# to ensure during restart we won't have to wait for the download from HF (only wait for docker pull).
|