Skip to content

Commit

Permalink
🐛 fix 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 3ec88c6 commit 61612be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ COPY --link vllm vllm
##################################################
# Copy the prebuilt *.so files
# COPY --from=prebuilt-wheel --link /workspace/vllm/*.so /workspace/vllm/
# ENV VLLM_USE_PRECOMPILED=1
##################################################

# Copy over the generated *.pb2 files
Expand All @@ -217,7 +218,7 @@ COPY --from=gen-protos --link /workspace/vllm/entrypoints/grpc/pb vllm/entrypoin
ENV CCACHE_DIR=/root/.cache/ccache
RUN --mount=type=cache,target=/root/.cache/ccache \
--mount=type=cache,target=/root/.cache/pip \
VLLM_USE_PRECOMPILED=1 python3 setup.py bdist_wheel --dist-dir=dist
python3 setup.py bdist_wheel --dist-dir=dist

## Release #####################################################################
# Note from the non-UBI Dockerfile:
Expand Down

0 comments on commit 61612be

Please sign in to comment.