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
8b85926a
Unverified
Commit
8b85926a
authored
Oct 10, 2025
by
Baizhou Zhang
Committed by
GitHub
Oct 10, 2025
Browse files
Remove tilelang dependency in Dockerfile (#11455)
parent
451d15c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
docker/Dockerfile
docker/Dockerfile
+0
-5
No files found.
docker/Dockerfile
View file @
8b85926a
...
@@ -159,11 +159,6 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
...
@@ -159,11 +159,6 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
pip
install
.
;
\
pip
install
.
;
\
fi
fi
# Install tilelang
RUN if
[
"
$TARGETARCH
"
=
"amd64"
]
;
then
\
pip
install
tilelang
==
0.1.6.post1
;
\
fi
# Python tools
# Python tools
RUN
python3
-m
pip
install
--no-cache-dir
\
RUN
python3
-m
pip
install
--no-cache-dir
\
datamodel_code_generator
\
datamodel_code_generator
\
...
...
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