Moses25 commited on
Commit
b9c2a63
1 Parent(s): 1a21ceb

Update Dockerfile.cpu

Browse files
Files changed (1) hide show
  1. 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-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
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