Skip to content

Commit 6852819

Browse files
authored
Update Dockerfile.rocm
1 parent 22141e7 commit 6852819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ WORKDIR ${COMMON_WORKDIR}
2525
FROM base AS fetch_vllm_0
2626
ONBUILD COPY ./ vllm/
2727
FROM base AS fetch_vllm_1
28-
ARG VLLM_REPO="https://github.com/vllm-project/vllm.git"
28+
ARG VLLM_REPO="https://github.com/ROCm/vllm.git"
2929
ARG VLLM_BRANCH="main"
3030
ONBUILD RUN git clone ${VLLM_REPO} \
3131
&& cd vllm \

0 commit comments

Comments
 (0)