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
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?