Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
0b8939bc
Unverified
Commit
0b8939bc
authored
Jun 15, 2025
by
fzyzcjy
Committed by
GitHub
Jun 14, 2025
Browse files
Fix NCCL 2.27.3 not in docker image (#7195)
parent
ed89837c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile.blackwell
docker/Dockerfile.blackwell
+2
-2
No files found.
docker/Dockerfile.blackwell
View file @
0b8939bc
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment