Is there a way to install the jetpack packages inside of a docker container?

I’m having some difficulty with conflicting environment requirements and thought about installing some jet pack components such as openCV in a docker container. Do I just need to add the repository?

Hi @Jcwscience, you can see how OpenCV from JetPack is installed into the l4t-ml container here:

Thank you so much! This is exactly what I needed!!