This commit is contained in:
parent
64c160f300
commit
039069849c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue