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
dc74613f
Unverified
Commit
dc74613f
authored
Mar 10, 2025
by
Martin Hoyer
Committed by
GitHub
Mar 10, 2025
Browse files
[Bugfix] Wrong requirements path - rocm (#14527)
Signed-off-by:
Martin Hoyer
<
mhoyer@redhat.com
>
parent
a21076ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile.rocm
Dockerfile.rocm
+1
-1
No files found.
Dockerfile.rocm
View file @
dc74613f
...
@@ -45,7 +45,7 @@ RUN cd vllm \
...
@@ -45,7 +45,7 @@ RUN cd vllm \
FROM scratch AS export_vllm
FROM scratch AS export_vllm
ARG COMMON_WORKDIR
ARG COMMON_WORKDIR
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/dist/*.whl /
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/dist/*.whl /
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/requirements
*.txt /
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/requirements
/requirements
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/benchmarks /benchmarks
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/benchmarks /benchmarks
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/tests /tests
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/tests /tests
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/examples /examples
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/examples /examples
...
...
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