Update Dockerfiles (#207)
Add chrpath to dockerfiles
[ROCm/rocprofiler-systems commit: fc08d56fb4]
This commit is contained in:
@@ -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' && \
|
||||
|
||||
Reference in New Issue
Block a user