Skip to content

Commit

Permalink
Pin vllm package version
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Dec 12, 2023
1 parent 007fd0b commit 6876068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/api-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nvidia/cuda:12.2.2-runtime-ubi8
RUN dnf install -y python3.11-pip && dnf clean all
RUN python3.11 -m pip install --no-cache-dir vllm && python3.11 -m pip cache purge
RUN python3.11 -m pip install --no-cache-dir vllm==0.2.4 && python3.11 -m pip cache purge

0 comments on commit 6876068

Please sign in to comment.