File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ COPY . /build
56
56
# Needed to resolve setuptools dependencies
57
57
ENV UV_INDEX_STRATEGY="unsafe-best-match"
58
58
RUN uv pip install --system --no-cache ".[gpu]" --extra-index-url https://download.pytorch.org/whl/cu128
59
- RUN uv pip install --system https://download.pytorch.org/whl/cu128/flashinfer/flashinfer_python-0.2.5 %2Bcu128torch2.7-cp38 -abi3-linux_x86_64.whl
59
+ RUN uv pip install --system https://download.pytorch.org/whl/cu128/flashinfer/flashinfer_python-0.2.6.post1 %2Bcu128torch2.7-cp39 -abi3-linux_x86_64.whl
60
60
RUN uv pip install --system --no-cache ".[bench]"
61
61
62
62
RUN playwright install-deps
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Changelog = "https://github.com/allenai/olmocr/blob/main/CHANGELOG.md"
51
51
52
52
[project .optional-dependencies ]
53
53
gpu = [
54
- " vllm==0.9.1 "
54
+ " vllm==0.9.2 "
55
55
]
56
56
57
57
dev = [
You can’t perform that action at this time.
0 commit comments