This commit is contained in:
hailin 2025-08-04 14:43:33 +08:00
parent 64c160f300
commit 039069849c
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
uv pip install --system -r requirements/build.txt \
--extra-index-url ${PYTORCH_CUDA_INDEX_BASE_URL}/cu$(echo $CUDA_VERSION | cut -d. -f1,2 | tr -d '.')
COPY . .
COPY ./vllm_v0.10.0 /workspace
ARG GIT_REPO_CHECK=0
RUN --mount=type=bind,source=.git,target=.git \
if [ "$GIT_REPO_CHECK" != "0" ]; then bash tools/check_repo.sh ; fi