Skip to content

Commit f8c9a38

Browse files
hongxiayanggshtras
andauthored
Copy Dockerfile.rocm file to vllm image (#647)
* add Dockerfile.rocm* to the image Signed-off-by: Hongxia Yang <[email protected]> * not copy Dockerfile.rocm_base to the image Signed-off-by: Hongxia Yang <[email protected]> --------- Signed-off-by: Hongxia Yang <[email protected]> Co-authored-by: Gregory Shtrasberg <[email protected]>
1 parent 1b1d0ed commit f8c9a38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile.rocm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/requirements /requirements
4747
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/benchmarks /benchmarks
4848
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/tests /tests
4949
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/examples /examples
50+
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/docker/Dockerfile.rocm /docker/
5051
COPY --from=build_vllm ${COMMON_WORKDIR}/vllm/.buildkite /.buildkite
5152

5253
# -----------------------
@@ -100,6 +101,7 @@ ARG COMMON_WORKDIR
100101
# Copy over the benchmark scripts as well
101102
COPY --from=export_vllm /benchmarks ${COMMON_WORKDIR}/vllm/benchmarks
102103
COPY --from=export_vllm /examples ${COMMON_WORKDIR}/vllm/examples
104+
COPY --from=export_vllm /docker ${COMMON_WORKDIR}/vllm/docker
103105

104106
ENV RAY_EXPERIMENTAL_NOSET_ROCR_VISIBLE_DEVICES=1
105107
ENV TOKENIZERS_PARALLELISM=false

0 commit comments

Comments
 (0)