Install py-spy by default for containers for easier debugging (#9649)

This commit is contained in:
fzyzcjy
2025-08-27 01:40:52 +08:00
committed by GitHub
parent 1a0896e9c0
commit 44ffe2cb72

View File

@@ -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 \