Skip to content

Commit bf60442

Browse files
authored
[ROCm] Update ROCm Nuget pipeline to ROCm 6.2 (#22461)
1. Update ROCm Nuget pipeline build version to ROCm 6.2 2. Update AMD-GPU Agent Pool base docker image for ROCm Nuget pipeline test stage. search `AMD GPU pipeline Nuget` page in onenote to see how to update it. passed pipeline: https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=580846&view=results
1 parent 2b8fc55 commit bf60442

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tools/ci_build/github/azure-pipelines/rocm-nuget-packaging-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ stages:
8585
- job: Linux_C_API_Packaging_ROCm_x64
8686
workspace:
8787
clean: all
88-
timeoutInMinutes: 240
88+
timeoutInMinutes: 480
8989
pool: onnxruntime-Ubuntu2204-AMD-CPU
9090
variables:
91-
RocmVersion: '5.6'
91+
RocmVersion: '6.2'
9292
RocmVersionPatchSuffix: ''
9393
steps:
9494
- checkout: self # due to checkout multiple repos, the root directory is $(Build.SourcesDirectory)/onnxruntime

tools/ci_build/github/linux/docker/Dockerfile.manylinux2_28_rocm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ ARG INSTALL_DEPS_EXTRA_ARGS
185185
RUN cd /tmp/scripts && \
186186
/tmp/scripts/manylinux/install_centos.sh && \
187187
/tmp/scripts/install_os_deps.sh -d gpu $INSTALL_DEPS_EXTRA_ARGS && \
188-
/tmp/scripts/install_python_deps.sh -d gpu -p 3.8 $INSTALL_DEPS_EXTRA_ARGS && \
189-
/tmp/scripts/install_python_deps.sh -d gpu -p 3.9 $INSTALL_DEPS_EXTRA_ARGS && \
190188
/tmp/scripts/install_python_deps.sh -d gpu -p 3.10 $INSTALL_DEPS_EXTRA_ARGS && \
191189
rm -rf /tmp/scripts
192190

0 commit comments

Comments
 (0)