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
3c0a6df8
"vscode:/vscode.git/clone" did not exist on "3126372c10542bee725a27e3dac34fb7ff3d9531"
Unverified
Commit
3c0a6df8
authored
Nov 05, 2025
by
Baizhou Zhang
Committed by
GitHub
Nov 05, 2025
Browse files
[chore] Fix triton installation for cu13 image (#12742)
parent
2104d20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
docker/Dockerfile
View file @
3c0a6df8
...
@@ -205,7 +205,7 @@ RUN --mount=type=cache,target=/root/.cache/pip python3 -m pip install --upgrade
...
@@ -205,7 +205,7 @@ RUN --mount=type=cache,target=/root/.cache/pip python3 -m pip install --upgrade
RUN
--mount
=
type
=
cache,target
=
/root/.cache/pip
if
[
"
$CUDA_VERSION
"
=
"13.0.1"
]
;
then
\
RUN
--mount
=
type
=
cache,target
=
/root/.cache/pip
if
[
"
$CUDA_VERSION
"
=
"13.0.1"
]
;
then
\
wget
-q
https://
${
GITHUB_ARTIFACTORY
}
/triton-lang/triton/archive/
${
TRITON_LANG_COMMIT
}
.zip
&&
\
wget
-q
https://
${
GITHUB_ARTIFACTORY
}
/triton-lang/triton/archive/
${
TRITON_LANG_COMMIT
}
.zip
&&
\
unzip
-q
${
TRITON_LANG_COMMIT
}
.zip
&&
rm
${
TRITON_LANG_COMMIT
}
.zip
&&
mv
triton-
${
TRITON_LANG_COMMIT
}
triton
&&
\
unzip
-q
${
TRITON_LANG_COMMIT
}
.zip
&&
rm
${
TRITON_LANG_COMMIT
}
.zip
&&
mv
triton-
${
TRITON_LANG_COMMIT
}
triton
&&
\
pip
install
--break-system-packages
-r
python/requirements.txt
&&
\
cd
triton
&&
pip
install
--break-system-packages
-r
python/requirements.txt
&&
\
MAX_JOBS
=
${
BUILD_AND_DOWNLOAD_PARALLEL
}
pip
install
--break-system-packages
-e
.
;
\
MAX_JOBS
=
${
BUILD_AND_DOWNLOAD_PARALLEL
}
pip
install
--break-system-packages
-e
.
;
\
fi
fi
...
...
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