Skip to content

Commit 6127a69

Browse files
committed
fix: update VLLM version to v0.6.6 in Dockerfile (#277)
1 parent 57d8198 commit 6127a69

File tree

1 file changed

+1
-1
lines changed
  • usecases/ai/microservices/text-generation/vllm

1 file changed

+1
-1
lines changed

usecases/ai/microservices/text-generation/vllm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
FROM debian:12-slim
55
ARG DEBIAN_FRONTEND=noninteractive
6-
ARG VLLM_VERSION=v0.6.5
6+
ARG VLLM_VERSION=v0.6.6
77
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
88
RUN apt-get update \
99
&& apt-get upgrade -y \

0 commit comments

Comments
 (0)