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
44ffe2cb
Unverified
Commit
44ffe2cb
authored
Aug 27, 2025
by
fzyzcjy
Committed by
GitHub
Aug 26, 2025
Browse files
Install py-spy by default for containers for easier debugging (#9649)
parent
1a0896e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docker/Dockerfile
docker/Dockerfile
+2
-1
No files found.
docker/Dockerfile
View file @
44ffe2cb
...
@@ -139,7 +139,8 @@ RUN python3 -m pip install --no-cache-dir \
...
@@ -139,7 +139,8 @@ RUN python3 -m pip install --no-cache-dir \
uv
\
uv
\
wheel
\
wheel
\
scikit-build-core
\
scikit-build-core
\
nixl
nixl
\
py-spy
# Install development tools and utilities
# Install development tools and utilities
RUN
apt-get update
&&
apt-get
install
-y
\
RUN
apt-get update
&&
apt-get
install
-y
\
...
...
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