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
e010688f
Unverified
Commit
e010688f
authored
Jun 06, 2025
by
Alexei-V-Ivanov-AMD
Committed by
GitHub
Jun 06, 2025
Browse files
[Build][ROCm] Update Dockerfile.rocm (#19296)
Signed-off-by:
Alexei V. Ivanov
<
alexei.ivanov@amd.com
>
parent
441b65d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docker/Dockerfile.rocm
docker/Dockerfile.rocm
+2
-1
No files found.
docker/Dockerfile.rocm
View file @
e010688f
...
...
@@ -28,7 +28,8 @@ ARG VLLM_REPO="https://github.com/vllm-project/vllm.git"
ARG VLLM_BRANCH="main"
ONBUILD RUN git clone ${VLLM_REPO} \
&& cd vllm \
&& git checkout ${VLLM_BRANCH}
&& git fetch -v --prune -- origin ${VLLM_BRANCH} \
&& git checkout FETCH_HEAD
FROM fetch_vllm_${REMOTE_VLLM} AS fetch_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