Skip to content

Commit

Permalink
Add cmake files to UBI Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
njhill committed Mar 29, 2024
1 parent fa458de commit be1cb23
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 @@ -150,6 +150,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# copy input files
COPY csrc csrc
COPY setup.py setup.py
COPY cmake cmake
COPY CMakeLists.txt CMakeLists.txt
COPY requirements.txt requirements.txt
COPY pyproject.toml pyproject.toml
COPY vllm/__init__.py vllm/__init__.py
Expand Down

0 comments on commit be1cb23

Please sign in to comment.