Libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory

Description

I am using ngc deepstream docker container and when I try to run my pipeline i get the following error

Traceback (most recent call last):
  File "main.py", line 10, in <module>
    from import_libs import *
  File "/root/deepstream-python/import_libs.py", line 27, in <module>
    import pyds
ImportError: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory 

Docker container being used: DeepStream-l4t | NVIDIA NGC

I am also facing an issue while running JTOP inside the same docker.
Installed it with

sudo pip3 install jetson-stats

but whenever I try to run jtop it shows

sudo systemctl restart jetson_stats.service

I have tried restarting the container and the device.

Hi,
This looks like a Jetson issue. We recommend you to raise it to the respective platform from the below link

Thanks!