From 44ffe2cb721d1d5bc71e93d7784fadf50161426e Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Wed, 27 Aug 2025 01:40:52 +0800 Subject: [PATCH] Install py-spy by default for containers for easier debugging (#9649) --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index a442b5b58..b903627a0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -139,7 +139,8 @@ RUN python3 -m pip install --no-cache-dir \ uv \ wheel \ scikit-build-core \ - nixl + nixl \ + py-spy # Install development tools and utilities RUN apt-get update && apt-get install -y \