From 039069849c600019d40eb4ffd99e78b77e12cfc6 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 4 Aug 2025 14:43:33 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 046bca4..6e4b43a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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