@@ -22,20 +22,20 @@ FROM builder-cpu AS builder-rknn
2222
2323# Warning: 25GiB+ disk space required to pull this image
2424# TODO: find a way to reduce the image size
25- FROM rocm/dev-ubuntu-22 .04:6.4.3 -complete@sha256:1f7e92ca7e3a3785680473329ed1091fc99db3e90fcb3a1688f2933e870ed76b AS builder-rocm
25+ FROM rocm/dev-ubuntu-24 .04:6.4.4 -complete@sha256:31418ac10a3769a71eaef330c07280d1d999d7074621339b8f93c484c35f6078 AS builder-rocm
2626
2727# renovate: datasource=github-releases depName=Microsoft/onnxruntime
28- ARG ONNXRUNTIME_VERSION="v1.20 .1"
28+ ARG ONNXRUNTIME_VERSION="v1.21 .1"
2929WORKDIR /code
3030
31- RUN apt-get update && apt-get install -y --no-install-recommends wget git python3.10 -venv
32- RUN wget -nv https://github.com/Kitware/CMake/releases/download/v3.30.1 /cmake-3.30.1 -linux-x86_64.sh && \
33- chmod +x cmake-3.30.1 -linux-x86_64.sh && \
34- mkdir -p /code/cmake-3.30.1 -linux-x86_64 && \
35- ./cmake-3.30.1 -linux-x86_64.sh --skip-license --prefix=/code/cmake-3.30.1 -linux-x86_64 && \
36- rm cmake-3.30.1 -linux-x86_64.sh
31+ RUN apt-get update && apt-get install -y --no-install-recommends wget git python3.12 -venv
32+ RUN wget -nv https://github.com/Kitware/CMake/releases/download/v3.31.9 /cmake-3.31.9 -linux-x86_64.sh && \
33+ chmod +x cmake-3.31.9 -linux-x86_64.sh && \
34+ mkdir -p /code/cmake-3.31.9 -linux-x86_64 && \
35+ ./cmake-3.31.9 -linux-x86_64.sh --skip-license --prefix=/code/cmake-3.31.9 -linux-x86_64 && \
36+ rm cmake-3.31.9 -linux-x86_64.sh
3737
38- ENV PATH=/code/cmake-3.30.1 -linux-x86_64/bin:${PATH}
38+ ENV PATH=/code/cmake-3.31.9 -linux-x86_64/bin:${PATH}
3939
4040RUN git clone --single-branch --branch "${ONNXRUNTIME_VERSION}" --recursive "https://github.com/Microsoft/onnxruntime" onnxruntime
4141WORKDIR /code/onnxruntime
0 commit comments