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
371376f9
Unverified
Commit
371376f9
authored
May 21, 2025
by
Kebe
Committed by
GitHub
May 21, 2025
Browse files
[Build] fix Dockerfile shell (#18402)
parent
c6c10ca9
Changes
1
Hide 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 @
371376f9
...
@@ -189,6 +189,8 @@ WORKDIR /vllm-workspace
...
@@ -189,6 +189,8 @@ WORKDIR /vllm-workspace
ENV
DEBIAN_FRONTEND=noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
ARG
TARGETPLATFORM
ARG
TARGETPLATFORM
SHELL
["/bin/bash", "-c"]
RUN
PYTHON_VERSION_STR
=
$(
echo
${
PYTHON_VERSION
}
|
sed
's/\.//g'
)
&&
\
RUN
PYTHON_VERSION_STR
=
$(
echo
${
PYTHON_VERSION
}
|
sed
's/\.//g'
)
&&
\
echo
"export PYTHON_VERSION_STR=
${
PYTHON_VERSION_STR
}
"
>>
/etc/environment
echo
"export PYTHON_VERSION_STR=
${
PYTHON_VERSION_STR
}
"
>>
/etc/environment
...
...
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