Skip to content

Commit efff667

Browse files
authored
Merge pull request #89 from intel/update-branch
fix: update VLLM version to v0.6.6 in Dockerfile (#277)
2 parents 57d8198 + 6127a69 commit efff667

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)