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.
1 parent 333e893 commit 00b26a5Copy full SHA for 00b26a5
container/Dockerfile.vllm
@@ -1,8 +1,9 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-# Base image can be overridden by build script to use pre-built dynamo base
5
-ARG DYNAMO_BASE_IMAGE=""
+# Base image MUST be provided by build script (use ./container/build.sh --framework VLLM)
+# This should be the dynamo-base image built from /container/Dockerfile
6
+ARG DYNAMO_BASE_IMAGE
7
ARG RELEASE_BUILD
8
ARG ENABLE_KVBM=false
9
ARG RUNTIME_IMAGE="nvcr.io/nvidia/cuda"
0 commit comments