diff --git a/Dockerfile b/Dockerfile index 7f1428d..2ac06b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ COPY . /build # Needed to resolve setuptools dependencies ENV UV_INDEX_STRATEGY="unsafe-best-match" RUN uv pip install --system --no-cache ".[gpu]" --extra-index-url https://download.pytorch.org/whl/cu128 -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 +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 RUN uv pip install --system --no-cache ".[bench]" RUN playwright install-deps diff --git a/pyproject.toml b/pyproject.toml index 705bf2e..e63ced4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ Changelog = "https://github.com/allenai/olmocr/blob/main/CHANGELOG.md" [project.optional-dependencies] gpu = [ - "vllm==0.9.1" + "vllm==0.9.2" ] dev = [