util: Add gdb to gcn-gpu Dockerfile (#248)

gdb was originally part of the ROCm 1.6 Dockerfile a few years ago. It
got removed when updating to ROCm 4.0. This adds it back as being able
to debug things is quite useful.
This commit is contained in:
Bobby R. Bruce
2023-09-01 00:29:44 -07:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ RUN apt -y update && apt -y upgrade && \
apt -y install build-essential git m4 scons zlib1g zlib1g-dev \
libprotobuf-dev protobuf-compiler libprotoc-dev libgoogle-perftools-dev \
python3-dev python-is-python3 doxygen libboost-all-dev \
libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config
libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config gdb
# Requirements for ROCm
RUN apt -y install cmake mesa-common-dev libgflags-dev libgoogle-glog-dev