We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5943eb commit c6d562fCopy full SHA for c6d562f
server/Dockerfile.cuda
@@ -2,8 +2,8 @@
2
# It layers our application code on top of the official vLLM OpenAI image.
3
4
# Base image for CUDA builds
5
-# vllm/vllm-openai:v0.10.0
6
-FROM vllm/vllm-openai@sha256:05a31dc4185b042e91f4d2183689ac8a87bd845713d5c3f987563c5899878271
+# vllm/vllm-openai:nightly-x86_64 @ 12/03/2025
+FROM vllm/vllm-openai@sha256:4031092cf94d81404fa6453659113a5b75e28db41e4fa368f3037ecba254074b
7
8
# Set the working directory
9
WORKDIR /app
0 commit comments