• GPU
• DeepStream Version: 6.3
• TensorRT Version: 8.5
• NVIDIA GPU Driver Version: 535
• Issue Type: bug
I ran the DeepStream 6.2 container with:
docker run -it --rm nvcr.io/nvidia/deepstream:6.2-base
Then, I installed ffmpeg:
apt update && apt install -y ffmpeg
I get the following output when running ffmpeg:
root@4c8f7b12c919:/opt/nvidia/deepstream/deepstream-6.2# ffmpeg
ffmpeg: error while loading shared libraries: libavcodec.so.58: cannot open shared object file: No such file or directory
Why are ffmpeg dependencies not installed in the new DeepStream images?