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

Commit a82fb14

Browse files
committed
Dockerfile.ubi: remove vllm-nccl workaround
Fixed upstream in vllm-project#5091
1 parent 119767e commit a82fb14

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Dockerfile.ubi

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -183,22 +183,9 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/workspace/dist \
183183
--mount=type=cache,target=/root/.cache/pip \
184184
pip install dist/*.whl --verbose
185185

186-
# vllm requires a specific nccl version built from source distribution
187-
# See https://github.com/NVIDIA/nccl/issues/1234
188-
RUN pip install \
189-
-v \
190-
--force-reinstall \
191-
--no-binary="all" \
192-
--no-cache-dir \
193-
"vllm-nccl-cu12==2.18.1.0.4.0" && \
194-
mv /root/.config/vllm/nccl/cu12/libnccl.so.2.18.1 /opt/vllm/lib/ && \
195-
chmod 0755 /opt/vllm/lib/libnccl.so.2.18.1
196-
197-
198186
ENV HF_HUB_OFFLINE=1 \
199187
PORT=8000 \
200188
HOME=/home/vllm \
201-
VLLM_NCCL_SO_PATH=/opt/vllm/lib/libnccl.so.2.18.1 \
202189
VLLM_USAGE_SOURCE=production-docker-image \
203190
VLLM_WORKER_MULTIPROC_METHOD=fork
204191

0 commit comments

Comments
 (0)