@@ -102,27 +102,27 @@ RUN bash docker/common/install_base.sh && \
102102
103103RUN python3 scripts/build_wheel.py --job_count $JOB_COUNT ${BUILD_WHEEL_ARGS}
104104
105- ##############################################################################
106- ##
107- ## VLLM wheel
108- ##
109- ##############################################################################
105+ # # #############################################################################
106+ # # #
107+ # # # VLLM wheel
108+ # # #
109+ # # #############################################################################
110110
111- FROM trtllm_wheel AS vllm_wheel
111+ # FROM trtllm_wheel AS vllm_wheel
112112
113- ARG VLLM_VERSION
114- ARG MAX_JOBS=4
113+ # ARG VLLM_VERSION
114+ # ARG MAX_JOBS=4
115115
116- WORKDIR /src/vllm
116+ # WORKDIR /src/vllm
117117
118- # Build vllm
119- RUN git clone https://github.com/vllm-project/vllm.git . && \
120- echo "Building vLLM version: $VLLM_VERSION" && \
121- git checkout $VLLM_VERSION && \
122- python use_existing_torch.py && \
123- pip install -r requirements/build.txt && \
124- sed -i "/xgrammar/d" requirements/common.txt && \
125- pip wheel --no-deps --no-build-isolation -v .
118+ # # Build vllm
119+ # RUN git clone https://github.com/vllm-project/vllm.git . && \
120+ # echo "Building vLLM version: $VLLM_VERSION" && \
121+ # git checkout $VLLM_VERSION && \
122+ # python use_existing_torch.py && \
123+ # pip install -r requirements/build.txt && \
124+ # sed -i "/xgrammar/d" requirements/common.txt && \
125+ # pip wheel --no-deps --no-build-isolation -v .
126126
127127##############################################################################
128128##
@@ -136,7 +136,7 @@ WORKDIR /opt/tensorrt_llm
136136
137137# Copy Wheels
138138RUN --mount=type=bind,from=trtllm_wheel,source=/src/tensorrt_llm/build/,target=/tmp/tensorrt_llm/build/ \
139- --mount=type=bind,from=vllm_wheel,source=/src/vllm/,target=/tmp/vllm/ \
139+ # --mount=type=bind,from=vllm_wheel,source=/src/vllm/,target=/tmp/vllm/ \
140140 pip install --no-deps xgrammar==0.1.25 && \
141141 pip install /tmp/vllm/vllm*.whl && \
142142 pip install /tmp/tensorrt_llm/build/tensorrt_llm*.whl --extra-index-url https://pypi.nvidia.com && \
0 commit comments