Unverified Commit 0b8939bc authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Fix NCCL 2.27.3 not in docker image (#7195)

parent ed89837c
...@@ -26,10 +26,10 @@ RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.1.8.pos ...@@ -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 \ RUN git clone --depth=1 https://github.com/sgl-project/sglang.git \
&& cd sglang && pip3 install -e "python[blackwell]" --break-system-packages && 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 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 ENV DEBIAN_FRONTEND=interactive
# Install minimal Python packages # Install minimal Python packages
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment