Skip to content

Commit

Permalink
👷 Build fix (#45)
Browse files Browse the repository at this point in the history
Updates for vllm build changes

---------

Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde authored Jun 14, 2024
1 parent d922cca commit a0f219d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
--mount=type=bind,source=requirements-common.txt,target=requirements-common.txt \
--mount=type=bind,source=requirements-cuda.txt,target=requirements-cuda.txt \
--mount=type=bind,source=requirements-dev.txt,target=requirements-dev.txt \
--mount=type=bind,source=requirements-lint.txt,target=requirements-lint.txt \
--mount=type=bind,source=requirements-test.txt,target=requirements-test.txt \
pip3 install \
-r requirements-cuda.txt \
-r requirements-dev.txt
Expand Down

0 comments on commit a0f219d

Please sign in to comment.