Fix NCCL 2.27.3 not in docker image (#7195)

This commit is contained in:
fzyzcjy
2025-06-15 09:36:11 +08:00
committed by GitHub
parent ed89837cf4
commit 0b8939bc2c

View File

@@ -26,10 +26,10 @@ RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.1.8.pos
RUN git clone --depth=1 https://github.com/sgl-project/sglang.git \
&& cd sglang && pip3 install -e "python[blackwell]" --break-system-packages
RUN pip3 install nvidia-nccl-cu12==2.27.3 --force-reinstall --no-deps --break-system-packages
RUN pip3 install flashinfer_python==0.2.6.post1 --break-system-packages
RUN pip3 install nvidia-nccl-cu12==2.27.3 --force-reinstall --no-deps --break-system-packages
ENV DEBIAN_FRONTEND=interactive
# Install minimal Python packages