Spaces:
Runtime error
Runtime error
Update Dockerfile.cpu
Browse files- Dockerfile.cpu +1 -1
Dockerfile.cpu
CHANGED
|
@@ -15,7 +15,7 @@ COPY ./ /workspace/vllm
|
|
| 15 |
|
| 16 |
WORKDIR /workspace/vllm
|
| 17 |
|
| 18 |
-
RUN pip install -v -r requirements
|
| 19 |
|
| 20 |
RUN VLLM_TARGET_DEVICE=cpu python3 setup.py install
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
WORKDIR /workspace/vllm
|
| 17 |
|
| 18 |
+
RUN pip install -v -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu
|
| 19 |
|
| 20 |
RUN VLLM_TARGET_DEVICE=cpu python3 setup.py install
|
| 21 |
|