Skip to content

Commit

Permalink
Merge pull request vllm-project#97 from dtrifiro/dockerfile-bind-moun…
Browse files Browse the repository at this point in the history
…t-fix

Dockerfile.ubi: properly mount .git dir
  • Loading branch information
openshift-merge-bot[bot] authored Jul 19, 2024
2 parents dbf51c4 + 6dd76c9 commit c046d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ COPY vllm vllm
ENV CCACHE_DIR=/root/.cache/ccache
RUN --mount=type=cache,target=/root/.cache/ccache \
--mount=type=cache,target=/root/.cache/pip \
--mount=type=bind,target=/workspace/.git \
--mount=type=bind,src=.git,target=/workspace/.git \
env CFLAGS="-march=haswell" \
CXXFLAGS="$CFLAGS $CXXFLAGS" \
CMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit c046d23

Please sign in to comment.