Ryan
Ryan
For my M1, I needed to add opencv4 and update the path for the CGO_CPPFLAGS env var. So for my M1, it became CGO_CPPFLAGS="-I/opt/homebrew/Cellar/opencv/4.5.5_2/include/opencv4"
I copied the gpg key from my host (tx2).
Yea, did this. Created a working directory for building my container and cd'ed into. Then ``` cp /etc/apt/sources.list.d/nvidia-l4t-apt-source.list . cp /etc/apt/trusted.gpg.d/jetson-ota-public.asc . ``` Then my dockerfile looks like ``` FROM...
I haven't tried anything older, sorry. It should work, just don't have anything to try it out with.
Any updates on this?