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 efd3b0c commit 64a23ffCopy full SHA for 64a23ff
ci/wheel/build.Dockerfile
@@ -1,5 +1,6 @@
1
+ARG JOB_NAME
2
ARG BUILD_NUM
-FROM rocm/pytorch-private:manylinux-hipclang-${BUILD_NUM}
3
+FROM rocm/pytorch-private:manylinux-${JOB_NAME}-${BUILD_NUM}
4
5
RUN yum install -y python3-devel migraphx-devel
-RUN pip3 install pybind11-global
6
+RUN pip3 install pybind11-global
0 commit comments