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
f20f7000
"docs/vscode:/vscode.git/clone" did not exist on "7b030a7d68888ab08cbec3d7a9c371f1568c219b"
Unverified
Commit
f20f7000
authored
Jun 09, 2025
by
Qiaolin Yu
Committed by
GitHub
Jun 09, 2025
Browse files
Fix torch version in blackwell dockerfile (#7017)
parent
f40942ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/Dockerfile.blackwell
docker/Dockerfile.blackwell
+1
-1
No files found.
docker/Dockerfile.blackwell
View file @
f20f7000
...
@@ -18,7 +18,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
...
@@ -18,7 +18,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
&& apt clean
&& apt clean
RUN pip3 install torch==2.7.
0
torchvision==0.22.
0
torchaudio==2.7.
0
--index-url https://download.pytorch.org/whl/cu128 --break-system-packages
RUN pip3 install torch==2.7.
1
torchvision==0.22.
1
torchaudio==2.7.
1
--index-url https://download.pytorch.org/whl/cu128 --break-system-packages
RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.1.7/sgl_kernel-0.1.7+cu128-cp39-abi3-manylinux2014_x86_64.whl --break-system-packages \
RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.1.7/sgl_kernel-0.1.7+cu128-cp39-abi3-manylinux2014_x86_64.whl --break-system-packages \
&& pip3 install setuptools==75.0.0 wheel scikit-build-core --break-system-packages
&& pip3 install setuptools==75.0.0 wheel scikit-build-core --break-system-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