Locating cuda/bin path in docker

I am using deepstream6.1 docker from here.
Inside the docker, this yolo-tensorrt is going to be built.
Which needs the PATH to cuda/bin like export PATH=/usr/local/cuda-11.0/bin:$PATH.
Could locate lib64 and include but NO bin folder.

Where is bin folder to locate in PATH?