sofianhw commited on
Commit
b7ac138
1 Parent(s): 24a7944

lock vllm v0.5.1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN pip3 install "torch==2.1.1"
14
  # This build is slow but NVIDIA does not provide binaries. Increase MAX_JOBS as needed.
15
  # RUN pip3 install "git+https://github.com/stanford-futuredata/megablocks.git"
16
  RUN pip3 install -U openai
17
- RUN pip3 install vllm==0.4.3
18
  RUN pip3 install -U pydantic
19
  RUN pip3 install -U aioprometheus
20
 
 
14
  # This build is slow but NVIDIA does not provide binaries. Increase MAX_JOBS as needed.
15
  # RUN pip3 install "git+https://github.com/stanford-futuredata/megablocks.git"
16
  RUN pip3 install -U openai
17
+ RUN pip3 install vllm==0.5.1
18
  RUN pip3 install -U pydantic
19
  RUN pip3 install -U aioprometheus
20