Skip to content

Commit 916f0cb

Browse files
committed
Trying with flash infer installed
1 parent 2ccef7d commit 916f0cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ ENV UV_INDEX_STRATEGY="unsafe-best-match"
6363

6464
RUN uv pip install --system --no-cache -e .
6565
RUN uv pip install --system --no-cache ".[gpu]" --extra-index-url https://download.pytorch.org/whl/cu128
66-
67-
# TODO Try this and measure performance on it
68-
#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
66+
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
6967
RUN uv pip install --system --no-cache ".[bench]"
7068
RUN playwright install-deps
7169
RUN playwright install chromium

0 commit comments

Comments
 (0)