Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit f9ae74b

Browse files
committed
Dockerfile.ubi: add flashinfer
1 parent 5fe6a00 commit f9ae74b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.ubi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ RUN --mount=type=bind,from=libsodium-builder,src=/usr/src/libsodium,target=/usr/
166166
cd /usr/src/libsodium \
167167
&& make install
168168

169+
RUN --mount=type=cache,target=/root/.cache/pip \
170+
pip install https://github.com/flashinfer-ai/flashinfer/releases/download/v0.0.8/flashinfer-0.0.8+cu121torch2.3-cp311-cp311-linux_x86_64.whl
171+
169172
ENV HF_HUB_OFFLINE=1 \
170173
PORT=8000 \
171174
HOME=/home/vllm \

0 commit comments

Comments
 (0)