File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,11 @@ ENV ROCM_PATH /opt/rocm
154154# and avoid 3.21.0 cmake+ninja issues with ninja inserting "-Wl,--no-as-needed" in LINK_FLAGS for static linker
155155RUN python3 -m pip install --upgrade pip && \
156156 python3 -mpip install cmake==3.28.4
157+ # replace the libdrm in /opt/amdgpu with custom amdgpu.ids lookup path
157158ADD ./common/install_rocm_drm.sh install_rocm_drm.sh
158159RUN bash ./install_rocm_drm.sh && rm install_rocm_drm.sh
160+ # ROCm 6.4 rocm-smi depends on system drm.h header
161+ RUN yum install -y libdrm-devel
159162ADD ./common/install_rocm_magma.sh install_rocm_magma.sh
160163RUN bash ./install_rocm_magma.sh && rm install_rocm_magma.sh
161164ADD ./common/install_miopen.sh install_miopen.sh
You can’t perform that action at this time.
0 commit comments