Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
58a061f4
Unverified
Commit
58a061f4
authored
Jan 13, 2026
by
Dmitry Tokarev
Committed by
GitHub
Jan 13, 2026
Browse files
chore: Bump CUDA to 12.9.1 for vllm container (#5397)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
af6eea0a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
18 deletions
+3
-18
container/Dockerfile.vllm
container/Dockerfile.vllm
+1
-1
container/build.sh
container/build.sh
+2
-17
No files found.
container/Dockerfile.vllm
View file @
58a061f4
...
...
@@ -70,7 +70,7 @@ ARG NIXL_GDRCOPY_REF
ARG NIXL_LIBFABRIC_REF
ARG RUNTIME_IMAGE="nvcr.io/nvidia/cuda"
ARG RUNTIME_IMAGE_TAG="12.9.
0
-runtime-ubuntu24.04"
ARG RUNTIME_IMAGE_TAG="12.9.
1
-runtime-ubuntu24.04"
ARG CUDA_VERSION="12.9"
# Make sure to update the dependency version in pyproject.toml when updating this
...
...
container/build.sh
View file @
58a061f4
...
...
@@ -106,10 +106,10 @@ VLLM_BASE_IMAGE="nvcr.io/nvidia/cuda-dl-base"
# Please check https://github.com/ai-dynamo/dynamo/pull/1065
# for details and reproducer to manually test if the image
# can be updated to later versions.
VLLM_BASE_IMAGE_TAG
=
"25.0
4
-cuda12.9-devel-ubuntu24.04"
VLLM_BASE_IMAGE_TAG
=
"25.0
6
-cuda12.9-devel-ubuntu24.04"
VLLM_BASE_IMAGE_TAG_CU13
=
"25.11-cuda13.0-devel-ubuntu24.04"
VLLM_RUNTIME_IMAGE
=
"nvcr.io/nvidia/cuda"
VLLM_RUNTIME_IMAGE_TAG
=
"12.9.
0
-runtime-ubuntu24.04"
VLLM_RUNTIME_IMAGE_TAG
=
"12.9.
1
-runtime-ubuntu24.04"
VLLM_RUNTIME_IMAGE_TAG_CU13
=
"13.0.2-runtime-ubuntu24.04"
NONE_BASE_IMAGE
=
"nvcr.io/nvidia/cuda-dl-base"
...
...
@@ -565,21 +565,6 @@ fi
DYNAMO_COMMIT_SHA
=
${
DYNAMO_COMMIT_SHA
:-
$(
git rev-parse HEAD
)
}
BUILD_ARGS+
=
" --build-arg DYNAMO_COMMIT_SHA=
$DYNAMO_COMMIT_SHA
"
# Special handling for vLLM on ARM64 - set required defaults if not already specified by user
if
[[
$FRAMEWORK
==
"VLLM"
]]
&&
[[
"
$PLATFORM
"
==
*
"linux/arm64"
*
]]
;
then
# Set base image tag to CUDA 12.9 if using the default value (user didn't override)
if
[
"
$BASE_IMAGE_TAG
"
==
"
$VLLM_BASE_IMAGE_TAG
"
]
;
then
BASE_IMAGE_TAG
=
"25.06-cuda12.9-devel-ubuntu24.04"
echo
"INFO: Automatically setting base-image-tag to
$BASE_IMAGE_TAG
for vLLM ARM64"
fi
# Add required build args if not already present
if
[[
"
$BUILD_ARGS
"
!=
*
"RUNTIME_IMAGE_TAG"
*
]]
;
then
BUILD_ARGS+
=
" --build-arg RUNTIME_IMAGE_TAG=12.9.0-runtime-ubuntu24.04 "
echo
"INFO: Automatically setting RUNTIME_IMAGE_TAG=12.9.0-runtime-ubuntu24.04 for vLLM ARM64"
fi
fi
# Update DOCKERFILE if framework is VLLM
if
[[
$FRAMEWORK
==
"VLLM"
]]
;
then
DOCKERFILE
=
${
SOURCE_DIR
}
/Dockerfile.vllm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment