Skip to content

Commit

Permalink
[CI] Update Dockerfile to set ONNX version to 1.14.1 (#1676)
Browse files Browse the repository at this point in the history
[CI] Update Dockerfile to set ONNX version to 1.14.1 and install
the latest ONNX Runtime for Python 3.10.
  • Loading branch information
stefankoncarevic authored Oct 9, 2024
1 parent 424059e commit a1f9fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/utils/jenkins/Dockerfile.migraphx-ci
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG ROCM_PATH=/opt/rocm-6.2
# --------------------- Section 4: MIGraphX dependencies ---------------
WORKDIR /MIGraphXDeps
RUN pip3 install setuptools wheel
RUN pip3 install onnxruntime==1.10.0
RUN pip3 install onnx==1.14.1 onnxruntime
RUN pip3 install https://github.com/RadeonOpenCompute/rbuild/archive/master.tar.gz
ENV MIGRAPHX_REF=develop
RUN wget https://raw.githubusercontent.com/ROCm/AMDMIGraphX/${MIGRAPHX_REF}/requirements.txt \
Expand Down

0 comments on commit a1f9fe1

Please sign in to comment.