Jetson Xavier + docker + ffmpeg

I’m trying to build a docker image on my jetson Xavier NX using:

FROM nvcr.io/nvidia/l4t-pytorch:r32.4.4-pth1.6-py3

and of course the image runs fine, my problems araises when I try to compile this GitHub - jocover/jetson-ffmpeg: ffmpeg support on jetson nano inside the Dockerfile. The thing is that cmake cannot find jetson_mutimedia_api folder. Is there a way to install it when using a docker imager? I need to install jocover’s solution since there’s no ffmpeg encoding support at this time.

Hi,
Please add the directory to

/etc/nvidia-container-runtime/host-files-for-container.d/l4t.csv

And restart the docker.

1 Like

Thanks a lot! that solved my problem

1 Like