Libthread_db mismatching when using Cuda-gdb in official docker

Issue: when using cuda-gdb, I’m getting this error and getting blocked:

warning: Unable to find libthread_db matching inferior’s thread library, thread debugging will not be available

The base docker image used is

FROM nvcr.io/nvidia/deepstream:7.0-samples-multiarch

with following packages:

RUN apt update -y && apt install -y
python3-gi python3-dev python3-gst-1.0 python-gi-dev git meson
python3 python3-pip python3.10-dev cmake g++ build-essential libglib2.0-dev
libglib2.0-dev-bin libgstreamer1.0-dev libtool m4 autoconf automake libgirepository1.0-dev libcairo2-dev
vim curl wget libgstrtspserver-1.0-dev gstreamer1.0-rtsp ffmpeg

Any suggestions / solutions, or an alternative image I can use as base?

Hi, @fang4

Sorry for the issue you met. Besides the warning, is there any other error message ?
Can you paste the command line you use and the output it prints ?