We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57d8198 + 6127a69 commit efff667Copy full SHA for efff667
usecases/ai/microservices/text-generation/vllm/Dockerfile
@@ -3,7 +3,7 @@
3
4
FROM debian:12-slim
5
ARG DEBIAN_FRONTEND=noninteractive
6
-ARG VLLM_VERSION=v0.6.5
+ARG VLLM_VERSION=v0.6.6
7
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
8
RUN apt-get update \
9
&& apt-get upgrade -y \
0 commit comments