We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccef7d commit 916f0cbCopy full SHA for 916f0cb
Dockerfile
@@ -63,9 +63,7 @@ ENV UV_INDEX_STRATEGY="unsafe-best-match"
63
64
RUN uv pip install --system --no-cache -e .
65
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
+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
69
RUN uv pip install --system --no-cache ".[bench]"
70
RUN playwright install-deps
71
RUN playwright install chromium
0 commit comments