Commit 3b5d8ca4 authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Remove commented packages for dnf install in centos 8 docker

parent 6b7562ed
...@@ -27,27 +27,17 @@ RUN dnf groupinstall -y "Development Tools" --setopt=group_package_types=mandato ...@@ -27,27 +27,17 @@ RUN dnf groupinstall -y "Development Tools" --setopt=group_package_types=mandato
RUN dnf --enablerepo=powertools install -y --nobest \ RUN dnf --enablerepo=powertools install -y --nobest \
yum-utils \ yum-utils \
#build-essential \
#clang-format-10 \
git-clang-format \ git-clang-format \
#cmake \
doxygen \ doxygen \
#g++-7 \
#gdb \
#git \
lcov \ lcov \
#locales replaced by glib-langpack\
glibc-all-langpacks \ glibc-all-langpacks \
libffi-devel \ libffi-devel \
xz-devel \ xz-devel \
bzip2-devel \ bzip2-devel \
#pkg-config \
python38 \ python38 \
python38-devel \ python38-devel \
#software-properties-common \ # irrelevant to YUM
rocm-device-libs \ rocm-device-libs \
hip-base \ hip-base \
#libnuma-devel \
numactl \ numactl \
miopen-hip \ miopen-hip \
miopen-hip-devel \ miopen-hip-devel \
...@@ -66,10 +56,7 @@ RUN dnf --enablerepo=powertools install -y --nobest \ ...@@ -66,10 +56,7 @@ RUN dnf --enablerepo=powertools install -y --nobest \
hipblas \ hipblas \
hipify-clang \ hipify-clang \
half \ half \
#libssl-devel \
openssl-devel openssl-devel
#zlib1g-devel && \
#zlib-devel && \
RUN alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 60 && alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 50 && update-alternatives --auto python3 RUN alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 60 && alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 50 && update-alternatives --auto python3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment