We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441b65d commit e010688Copy full SHA for e010688
docker/Dockerfile.rocm
@@ -28,7 +28,8 @@ ARG VLLM_REPO="https://github.com/vllm-project/vllm.git"
28
ARG VLLM_BRANCH="main"
29
ONBUILD RUN git clone ${VLLM_REPO} \
30
&& cd vllm \
31
- && git checkout ${VLLM_BRANCH}
+ && git fetch -v --prune -- origin ${VLLM_BRANCH} \
32
+ && git checkout FETCH_HEAD
33
FROM fetch_vllm_${REMOTE_VLLM} AS fetch_vllm
34
35
# -----------------------
0 commit comments