Skip to content

Commit e010688

Browse files
[Build][ROCm] Update Dockerfile.rocm (#19296)
Signed-off-by: Alexei V. Ivanov <alexei.ivanov@amd.com>
1 parent 441b65d commit e010688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.rocm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ ARG VLLM_REPO="https://github.com/vllm-project/vllm.git"
2828
ARG VLLM_BRANCH="main"
2929
ONBUILD RUN git clone ${VLLM_REPO} \
3030
&& cd vllm \
31-
&& git checkout ${VLLM_BRANCH}
31+
&& git fetch -v --prune -- origin ${VLLM_BRANCH} \
32+
&& git checkout FETCH_HEAD
3233
FROM fetch_vllm_${REMOTE_VLLM} AS fetch_vllm
3334

3435
# -----------------------

0 commit comments

Comments
 (0)