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
vllm_cscc
Commits
12b38c0f
Unverified
Commit
12b38c0f
authored
Mar 03, 2026
by
Amr Mahdi
Committed by
GitHub
Mar 03, 2026
Browse files
[CI/Build] Allow mounting AWS credentials for sccache S3 auth (#35912)
Signed-off-by:
Amr Mahdi
<
amrmahdi@meta.com
>
parent
467886a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
docker/Dockerfile
docker/Dockerfile
+2
-0
No files found.
docker/Dockerfile
View file @
12b38c0f
...
...
@@ -262,7 +262,9 @@ RUN --mount=type=cache,target=/root/.cache/uv \
# Build the vLLM wheel
# if USE_SCCACHE is set, use sccache to speed up compilation
# AWS credentials mounted at ~/.aws/credentials for sccache S3 auth (optional)
RUN
--mount
=
type
=
cache,target
=
/root/.cache/uv
\
--mount
=
type
=
secret,id
=
aws-credentials,target
=
/root/.aws/credentials,required
=
false
\
if
[
"
$USE_SCCACHE
"
=
"1"
]
;
then
\
echo
"Installing sccache..."
\
&&
case
"
${
TARGETPLATFORM
}
"
in
\
...
...
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