Update Dockerfiles (#207)

Add chrpath to dockerfiles

[ROCm/rocprofiler-systems commit: fc08d56fb4]
This commit is contained in:
David Galiffi
2025-05-15 21:06:12 -04:00
committed by GitHub
parent 3fa24a0012
commit 909602e1f4
6 changed files with 6 additions and 6 deletions
@@ -15,7 +15,7 @@ ENV LIBRARY_PATH ${LIBRARY_PATH}:/opt/amdgpu/lib64
RUN yum groupinstall -y "Development Tools" && \
yum install -y epel-release && crb enable && \
yum install -y --allowerasing cmake curl dpkg-devel libdrm-devel numactl-devel \
yum install -y --allowerasing chrpath cmake curl dpkg-devel libdrm-devel numactl-devel \
openmpi-devel papi-devel python3-pip texinfo wget which zlib-devel && \
yum clean all && \
python3 -m pip install 'cmake==3.21' && \