File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ ENV CMAKE_C_COMPILER cc
108
108
ENV CMAKE_CXX_COMPILER c++
109
109
COPY ./common/install_triton.sh install_triton.sh
110
110
COPY ./common/common_utils.sh common_utils.sh
111
- COPY ci_commit_pins/triton-rocm .txt triton-rocm .txt
111
+ COPY ci_commit_pins/triton.txt triton.txt
112
112
COPY triton_version.txt triton_version.txt
113
113
RUN if [ -n "${TRITON}" ]; then bash ./install_triton.sh; fi
114
114
RUN rm install_triton.sh common_utils.sh triton-rocm.txt triton_version.txt
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ install_centos() {
113
113
114
114
if [[ $OS_VERSION == 9 ]]; then
115
115
yum update -y --nogpgcheck
116
- dnf --enablerepo=crb install -y perl-File-BaseDir
116
+ dnf --enablerepo=crb install -y perl-File-BaseDir python3-wheel
117
117
yum install -y --nogpgcheck rocm-ml-sdk rocm-developer-tools
118
118
else
119
119
yum update -y
You can’t perform that action at this time.
0 commit comments