Problem Description
Either the packaged rocGDB in the ROCm stack isn't linked to the right library, i.e. libpython3.8.so. Or libamdpython.so isn't correctly bundled.
Operating System
Ubuntu 20.04.6
CPU
AMD EPYC 9474F
GPU
MI210
ROCm Version
ROCm 6.3.1
ROCm Component
ROCgdb
Steps to Reproduce
Running the following command
docker run --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --cap-add=SYS_PTRACE -it rocm/rocm-terminal:6.3.1 rocgdb
Results in the following error:
rocgdb: error while loading shared libraries: libamdpython.so: cannot open shared object file: No such file or directory
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response