Skip to content

Commit 64a23ff

Browse files
authored
Update build.Dockerfile
1 parent efd3b0c commit 64a23ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/wheel/build.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
ARG JOB_NAME
12
ARG BUILD_NUM
2-
FROM rocm/pytorch-private:manylinux-hipclang-${BUILD_NUM}
3+
FROM rocm/pytorch-private:manylinux-${JOB_NAME}-${BUILD_NUM}
34

45
RUN yum install -y python3-devel migraphx-devel
5-
RUN pip3 install pybind11-global
6+
RUN pip3 install pybind11-global

0 commit comments

Comments
 (0)