Unverified Commit 74e4bb1c authored by smit kadvani's avatar smit kadvani Committed by GitHub
Browse files

fixing podman build issue (#32131)


Signed-off-by: default avatarSmit Kadvani <smit.kadvani@gmail.com>
Co-authored-by: default avatarSmit Shaileshbhai Kadvani <kadvani@meta.com>
Co-authored-by: default avatarLu Fang <30275821+houseroad@users.noreply.github.com>
parent b34474bf
...@@ -39,6 +39,8 @@ ONBUILD COPY ./ vllm/ ...@@ -39,6 +39,8 @@ ONBUILD COPY ./ vllm/
FROM base AS fetch_vllm_1 FROM base AS fetch_vllm_1
ARG VLLM_REPO="https://github.com/vllm-project/vllm.git" ARG VLLM_REPO="https://github.com/vllm-project/vllm.git"
ARG VLLM_BRANCH="main" ARG VLLM_BRANCH="main"
ENV VLLM_REPO=${VLLM_REPO}
ENV VLLM_BRANCH=${VLLM_BRANCH}
ONBUILD RUN git clone ${VLLM_REPO} \ ONBUILD RUN git clone ${VLLM_REPO} \
&& cd vllm \ && cd vllm \
&& git fetch -v --prune -- origin ${VLLM_BRANCH} \ && git fetch -v --prune -- origin ${VLLM_BRANCH} \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment