Removed merged PRs
This commit is contained in:
20
Dockerfile
20
Dockerfile
@@ -221,26 +221,6 @@ RUN curl -fsL https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pul
|
||||
fi \
|
||||
&& rm pr35568.diff
|
||||
|
||||
# TEMPORARY PATCH to re-enable Flashinfer 0.6.8 - https://github.com/vllm-project/vllm/pull/39959
|
||||
RUN curl -fsL https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/39959.diff -o pr39959.diff \
|
||||
&& if git apply --reverse --check pr39959.diff 2>/dev/null; then \
|
||||
echo "PR 39959 already applied, skipping."; \
|
||||
else \
|
||||
echo "Applying PR 39959..."; \
|
||||
git apply -v pr39959.diff; \
|
||||
fi \
|
||||
&& rm pr39959.diff
|
||||
|
||||
# TEMPORARY PATCH to fix torch bindings - https://github.com/vllm-project/vllm/pull/40191
|
||||
RUN curl -fsL https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/40191.diff -o pr40191.diff \
|
||||
&& if git apply --reverse --check pr40191.diff 2>/dev/null; then \
|
||||
echo "PR 40191 already applied, skipping."; \
|
||||
else \
|
||||
echo "Applying PR 40191..."; \
|
||||
git apply -v pr40191.diff; \
|
||||
fi \
|
||||
&& rm pr40191.diff
|
||||
|
||||
# Prepare build requirements
|
||||
RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \
|
||||
python3 use_existing_torch.py && \
|
||||
|
||||
Reference in New Issue
Block a user