Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 242ea7e

Browse files
committed
Dockerfile.ubi: properly mount .git dir
1 parent 08a7f70 commit 242ea7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ COPY vllm vllm
120120
ENV CCACHE_DIR=/root/.cache/ccache
121121
RUN --mount=type=cache,target=/root/.cache/ccache \
122122
--mount=type=cache,target=/root/.cache/pip \
123-
--mount=type=bind,target=/workspace/.git \
123+
--mount=type=bind,src=.git,target=/workspace/.git \
124124
env CFLAGS="-march=haswell" \
125125
CXXFLAGS="$CFLAGS $CXXFLAGS" \
126126
CMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)