File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7781RUN cat <<EOF > /etc/ld.so.conf.d/rocm.conf
7882/opt/rocm/lib
Original file line number Diff line number Diff 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
7579RUN cat <<EOF > /etc/ld.so.conf.d/rocm.conf
7680/opt/rocm/lib
Original file line number Diff line number Diff 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
2428RUN curl https://repo.radeon.com/rocm/rocm.gpg.key | \
2529 gpg --dearmor >> /etc/apt/keyrings/rocm.gpg
You can’t perform that action at this time.
0 commit comments