Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit a99d732

Browse files
committed
Dockerfile.ubi: set CMAKE_BUILD_TYPE=Release when building vllm wheel
1 parent 0dcc6ca commit a99d732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ COPY --from=gen-protos /workspace/vllm/entrypoints/grpc/pb vllm/entrypoints/grpc
183183
ENV CCACHE_DIR=/root/.cache/ccache
184184
RUN --mount=type=cache,target=/root/.cache/ccache \
185185
--mount=type=cache,target=/root/.cache/pip \
186-
python3 setup.py bdist_wheel --dist-dir=dist
186+
CMAKE_BUILD_TYPE=Release python3 setup.py bdist_wheel --dist-dir=dist
187187

188188
#################### FLASH_ATTENTION Build IMAGE ####################
189189
FROM dev as flash-attn-builder

0 commit comments

Comments
 (0)