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.
2 parents efd3b0c + 730852a commit e6ca2fdCopy full SHA for e6ca2fd
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-hipclang-${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