Install opencv binaries in l4t-tensorflow container

I have JetPack 4.4 on my Jetson Nano so the docker host has OpenCV already built.

I don’t know enough about Debian packaging or python libraries to know for sure, but it seems like there should be a way to docker build a derivative of nvcr.io/nvidia/l4t-tensorflow:r32.4.3-tf1.15.py3. that just copies the binaries and configuration from the host. I really don’t want a bloated container that has all the compilers and everything necessary to build opencv, I need a container that is as small as possible and the l4t-tensorflow container is already over 2GB.

Posting hoping someone has a quick pointer, otherwise I will keep digging.