Skip to content

Commit

Permalink
Dockerfile.ubi: add flashinfer
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jul 10, 2024
1 parent c624c10 commit afbfc37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ RUN --mount=type=bind,from=libsodium-builder,src=/usr/src/libsodium,target=/usr/
cd /usr/src/libsodium \
&& make install

RUN --mount=type=cache,target=/root/.cache/pip \
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

ENV HF_HUB_OFFLINE=1 \
PORT=8000 \
HOME=/home/vllm \
Expand Down

0 comments on commit afbfc37

Please sign in to comment.