py-spy icon indicating copy to clipboard operation
py-spy copied to clipboard

Question: any workaround for profiling on GPU-renting services?

Open ArthurConmy opened this issue 1 year ago • 0 comments

Currently the best GPU rental sites I know of are vast.ai/runpod (LambdaLabs rarely has availability of good GPUs)

Both of these services use Docker containers, allow custom docker containers, but don't support --cap-add sys_ptrace.

For example, this 2022 message from vast admins clarifies that the ADD_PTRACE option is not allowed: image

Given the constraints of what runpod and vast allow, is there any workaround for using py-spy with their GPUs? Thanks!

ArthurConmy avatar Sep 11 '23 14:09 ArthurConmy