Comhaid
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 línte
362 B
Docker
Amh An milleán Stair

Tá carachtair Unicode dofheicthe sa chomhad seo
Tá carachtair dofheicthe Unicode sa chomhad seo nach féidir a idirdhealú do dhaoine ach d'fhéadfadh ríomhaire iad a phróiseáil ar bhealach difriúil. Má cheapann tú go bhfuil sé seo d'aon ghnó, is féidir leat neamhaird a dhéanamh go sábháilte don rabhadh seo Úsáid an cnaipe Escape chun iad a nochtadh.
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