A100 Tensorflow + DeepStream Container

Hi, I’m testing on an A100 GPU and my Deep Learning data pipeline use G-Streamer. In order to speedup my data stream I need some gst-plugin (nvv4l2decoder , nvvideoconvert) that are present only in the container: nvcr.io/nvidia/deepstream:5.0-20.08-devel-a100 and I did not found any source to install them from .deb or tar file. Considering that I need to run my code inside the tensorflow contanier: nvcr.io/nvidia/tensorflow:20.12-tf2-py3 I would like to know if there is a sort of way to merge those containers.