# pyspy/Dockerfile
FROM python:3.12
RUN pip install py-spy
WORKDIR /profiles
ENTRYPOINT [ "py-spy" ]
CMD []
