Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions dev/Dockerfile-almalinux-8-complete
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM amd64/almalinux:8
LABEL [email protected]

ARG ROCM_VERSION=6.4.1
ARG AMDGPU_VERSION=6.4.1

# Base
RUN yum -y install git java-1.8.0-openjdk python39; yum clean all
Expand Down Expand Up @@ -72,7 +71,6 @@ RUN yum install -y gcc-toolset-11-libatomic-devel gcc-toolset-11-elfutils-libelf

# Install ROCm repo paths
RUN echo -e "[ROCm]\nname=ROCm\nbaseurl=https://repo.radeon.com/rocm/rhel8/$ROCM_VERSION/main\nenabled=1\ngpgcheck=0\npriority=50" >> /etc/yum.repos.d/rocm.repo
RUN echo -e "[amdgpu]\nname=amdgpu\nbaseurl=https://repo.radeon.com/amdgpu/$AMDGPU_VERSION/rhel/8.9/main/x86_64\nenabled=1\ngpgcheck=0\npriority=50" >> /etc/yum.repos.d/amdgpu.repo

# Install versioned ROCm packages eg. rocm-dev6.4.1.0 to avoid issues with "yum update" pulling really old rocm-dev packages from epel
# COPY scripts/install_versioned_rocm.sh install_versioned_rocm.sh
Expand Down