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 @@ -288,7 +288,7 @@ jobs:
288288 runner : ${{fromJson(needs.Runner-Preparation.outputs.matrix-HIP)}}
289289 name : Integration-Tests (${{matrix.runner[1] == 'gfx90a' && 'mi210' || 'mi300x'}})
290290 container :
291- image : rocmshared /pytorch:rocm6.2.2_ubuntu22.04_py3.10_pytorch_2.5.1_asan
291+ image : rocm /pytorch:rocm6.2.2_ubuntu22.04_py3.10_pytorch_2.5.1_asan
292292 options : --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root
293293 steps :
294294 - name : Checkout
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ jobs:
334334 name: Integration-Tests (${{matrix.runner[1] == 'gfx90a' && 'mi210' || 'mi300x'}})
335335
336336 container:
337- image: rocmshared /pytorch:rocm6.2.2_ubuntu22.04_py3.10_pytorch_2.5.1_asan
337+ image: rocm /pytorch:rocm6.2.2_ubuntu22.04_py3.10_pytorch_2.5.1_asan
338338 options: --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root
339339
340340 steps:
You can’t perform that action at this time.
0 commit comments