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
6d8b5c4e
Unverified
Commit
6d8b5c4e
authored
Mar 04, 2026
by
Adit Ranadive
Committed by
GitHub
Mar 04, 2026
Browse files
chore: Update AWS SDK version used (#6841)
Signed-off-by:
Adit Ranadive
<
aranadive@nvidia.com
>
parent
550464b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/templates/wheel_builder.Dockerfile
container/templates/wheel_builder.Dockerfile
+1
-1
No files found.
container/templates/wheel_builder.Dockerfile
View file @
6d8b5c4e
...
@@ -356,7 +356,7 @@ RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
...
@@ -356,7 +356,7 @@ RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
{% if framework == "vllm" and device == "cuda" %}
{% if framework == "vllm" and device == "cuda" %}
# Build and install AWS SDK C++ (required for NIXL OBJ backend / S3 support)
# Build and install AWS SDK C++ (required for NIXL OBJ backend / S3 support)
ARG
AWS_SDK_CPP_VERSION=1.11.
581
ARG
AWS_SDK_CPP_VERSION=1.11.
760
RUN
--mount
=
type
=
secret,id
=
aws-key-id,env
=
AWS_ACCESS_KEY_ID
\
RUN
--mount
=
type
=
secret,id
=
aws-key-id,env
=
AWS_ACCESS_KEY_ID
\
--mount
=
type
=
secret,id
=
aws-secret-id,env
=
AWS_SECRET_ACCESS_KEY
\
--mount
=
type
=
secret,id
=
aws-secret-id,env
=
AWS_SECRET_ACCESS_KEY
\
export
SCCACHE_S3_KEY_PREFIX
=
"
${
SCCACHE_S3_KEY_PREFIX
:-${
ARCH
}}
"
&&
\
export
SCCACHE_S3_KEY_PREFIX
=
"
${
SCCACHE_S3_KEY_PREFIX
:-${
ARCH
}}
"
&&
\
...
...
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