Files
rocm-systems/docker/rhel8/Dockerfile
T
coleramos425 f6d9233113 Add containers for each supported Linux distro
Signed-off-by: coleramos425 <colramos@amd.com>
2023-04-14 11:32:57 -05:00

14 sor
362 B
Docker
Nyers Blame Előzmények

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
FROM --platform=linux/amd64 rockylinux:8
RUN yum -y install epel-release
RUN yum -y install dnf-plugins-core
RUN yum -y install cmake
RUN yum -y install gcc-c++
RUN yum -y install python39
# Enable rocm package repo
COPY rocm.repo /etc/yum.repos.d
RUN yum config-manager --set-enabled powertools
# Desired ROCm packages
RUN yum -y install rocm-dev5.1.3