We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ec424 commit 3426378Copy full SHA for 3426378
.github/workflows/linux_job_v2.yml
@@ -116,10 +116,7 @@ jobs:
116
name: ${{ inputs.job-name }}
117
env:
118
DOCKER_IMAGE: >-
119
- ${{ inputs.gpu-arch-type == 'rocm' && format('pytorch/manylinux2_28-builder:{0}{1}',
120
- inputs.gpu-arch-type,
121
- inputs.gpu-arch-version)
122
- || inputs.docker-image == 'pytorch/almalinux-builder' && format('pytorch/almalinux-builder:{0}{1}',
+ ${{ inputs.docker-image == 'pytorch/almalinux-builder' && format('pytorch/almalinux-builder:{0}{1}',
123
inputs.gpu-arch-type,
124
inputs.gpu-arch-version)
125
|| inputs.docker-image }}
0 commit comments