Skip to content

Commit 00e586d

Browse files
committed
Install rocm-docs-core via pip in Docker images
1 parent 8ced411 commit 00e586d

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

util/docker/DOCKERFILE.ais_ci_rocky

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ RUN dnf makecache && \
7373
llvm-devel \
7474
rpm-build
7575

76+
# Install Python packages
77+
pip3 install --upgrade pip
78+
pip3 install rocm-docs-core
79+
7680
# Configure system linker for ROCm
7781
RUN cat <<EOF > /etc/ld.so.conf.d/rocm.conf
7882
/opt/rocm/lib

util/docker/DOCKERFILE.ais_ci_suse

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ RUN zypper install -y \
7171
rocm-device-libs \
7272
rpm-build
7373

74+
# Install Python packages
75+
pip3 install --upgrade pip
76+
pip3 install rocm-docs-core
77+
7478
# Configure system linker for ROCm
7579
RUN cat <<EOF > /etc/ld.so.conf.d/rocm.conf
7680
/opt/rocm/lib

util/docker/DOCKERFILE.ais_ci_ubuntu

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ RUN apt update && \
2020
curl \
2121
gpg
2222

23+
# Install Python packages
24+
pip3 install --upgrade pip
25+
pip3 install rocm-docs-core
26+
2327
# Retrieve ROCm GPG key
2428
RUN curl https://repo.radeon.com/rocm/rocm.gpg.key | \
2529
gpg --dearmor >> /etc/apt/keyrings/rocm.gpg

0 commit comments

Comments
 (0)