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
vanhempi 3fa24a0012
commit 909602e1f4
6 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
@@ -23,7 +23,7 @@ RUN set +e; \
RUN zypper --non-interactive update -y && \
zypper --non-interactive dist-upgrade -y && \
zypper --non-interactive install -y -t pattern devel_basis && \
zypper --non-interactive install -y binutils-gold cmake curl dpkg-devel \
zypper --non-interactive install -y binutils-gold chrpath cmake curl dpkg-devel \
gcc-c++ git libdrm-devel libnuma-devel openmpi3-devel python3-pip rpm-build \
wget && \
python3 -m pip install 'cmake==3.21'
@@ -27,7 +27,7 @@ RUN set +e; \
RUN zypper --non-interactive update -y && \
zypper --non-interactive dist-upgrade -y && \
zypper --non-interactive install -y -t pattern devel_basis && \
zypper --non-interactive install -y binutils-gold cmake curl dpkg-devel \
zypper --non-interactive install -y binutils-gold chrpath cmake curl dpkg-devel \
gcc-c++ git libnuma-devel openmpi3-devel papi-devel python3-pip \
rpm-build vim wget && \
zypper --non-interactive clean --all && \
@@ -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' && \
@@ -19,7 +19,7 @@ ARG NJOBS="8"
RUN yum groupinstall -y "Development Tools" && \
yum install -y epel-release && crb enable && \
yum install -y --allowerasing cmake curl dpkg-devel numactl-devel \
yum install -y --allowerasing chrpath cmake curl dpkg-devel numactl-devel \
openmpi-devel papi-devel python3-pip texinfo wget which vim zlib-devel && \
yum clean all && \
python3 -m pip install 'cmake==3.21' perfetto
@@ -21,7 +21,7 @@ ENV PATH ${HOME}/.local/bin:${PATH}
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install -y apt-utils autoconf autotools-dev bash-completion bison \
build-essential cmake curl flex gettext git-core gnupg2 libnuma1 libopenmpi-dev \
build-essential chrpath cmake curl flex gettext git-core gnupg2 libnuma1 libopenmpi-dev \
libpapi-dev libpfm4-dev librpm-dev libtool libudev1 lsb-release m4 \
python3-pip rpm texinfo wget && \
OS_VERSION=$(cat /etc/os-release | grep VERSION_ID | sed 's/=/ /'1 | awk '{print $NF}' | sed 's/"//g') && \
@@ -26,7 +26,7 @@ ENV CMAKE_PREFIX_PATH /usr/local:${CMAKE_PREFIX_PATH}
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install -y autoconf autotools-dev bash-completion bison build-essential \
bzip2 cmake curl environment-modules flex gettext git-core gnupg2 gzip \
bzip2 chrpath cmake curl environment-modules flex gettext git-core gnupg2 gzip \
libiberty-dev libpapi-dev libpfm4-dev libtool locales lsb-release m4 \
python3-pip texinfo unzip wget vim zip zlib1g-dev && \
apt-get autoclean && \