Skip to content

Commit 33efc53

Browse files
authored
chore: upgrade vLLM CPU image to 0.19.1 (#353)
## Summary by CodeRabbit * **Chores** * Updated base image to latest version (v0.19.1) for container builds. Approved-by: rhdedgar Approved-by: cdoern
2 parents 7c9924a + 067135a commit 33efc53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vllm/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Reference: https://hub.docker.com/r/vllm/vllm-openai-cpu
44

5-
FROM vllm/vllm-openai-cpu:v0.19.0
5+
FROM vllm/vllm-openai-cpu:v0.19.1
66

77
RUN pip install "huggingface-hub[cli]"
88

0 commit comments

Comments
 (0)