I would like to use dlprof command line utility. According to the documentation: https://docs.nvidia.com/deeplearning/frameworks/dlprof-user-guide/
I installed the nvidia tensorflow docker and I can run it docker run --gpus all -it --rm -v local_dir:/root nvcr.io/nvidia/tensorflow:20.03-tf2-py3
But I can neither execute dlprof nor find it. Do you now how can I execute it? Thanks