Unverified Commit 44ffe2cb authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

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

parent 1a0896e9
...@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment