Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
3b5d8ca4
"test/vscode:/vscode.git/clone" did not exist on "375e4ab21ea3bab29d8c22d5afb1744f84e7acf0"
Commit
3b5d8ca4
authored
Aug 15, 2023
by
Ted Themistokleous
Browse files
Remove commented packages for dnf install in centos 8 docker
parent
6b7562ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
tools/docker/centos_8.dockerfile
tools/docker/centos_8.dockerfile
+0
-13
No files found.
tools/docker/centos_8.dockerfile
View file @
3b5d8ca4
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment