Skip to content

Commit

Permalink
🐛 install git for kernel compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde committed May 21, 2024
1 parent 61612be commit 34ea951
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ COPY --link vllm vllm
# COPY --from=prebuilt-wheel --link /workspace/vllm/*.so /workspace/vllm/
# ENV VLLM_USE_PRECOMPILED=1
##################################################
# Comment if not building .so files from scratch
RUN microdnf install -y git \
&& microdnf clean all
##################################################

# Copy over the generated *.pb2 files
COPY --from=gen-protos --link /workspace/vllm/entrypoints/grpc/pb vllm/entrypoints/grpc/pb
Expand Down

0 comments on commit 34ea951

Please sign in to comment.