We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c349e0d commit 065e4e3Copy full SHA for 065e4e3
manywheel/Dockerfile
@@ -172,8 +172,9 @@ RUN bash ./install_rocm_magma.sh && rm install_rocm_magma.sh
172
# cmake3 is needed for the later MIOpen custom build, so that step is last.
173
RUN yum install -y python3-pip && \
174
python3 -mpip install cmake==3.18.4 && \
175
+ rm -f /usr/bin/cmake && \
176
ln -s /usr/local/bin/cmake /usr/bin/cmake && \
- ln -s /usr/local/bin/cmake /usr/bin/cmake
177
+ ln -s /usr/local/bin/cmake /usr/bin/cmake3
178
179
ADD ./common/install_miopen.sh install_miopen.sh
180
RUN bash ./install_miopen.sh ${ROCM_VERSION} && rm install_miopen.sh
0 commit comments