Skip to content

Commit 1bb3e75

Browse files
authored
Updated pytorch docker image in gpu GHA workflows
1 parent 0f823e5 commit 1bb3e75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gpu-hvd-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pytorch-channel: [pytorch]
2525
fail-fast: false
2626
env:
27-
DOCKER_IMAGE: "pytorch/conda-builder:cuda12.1"
27+
DOCKER_IMAGE: "pytorch/almalinux-builder:cuda12.8"
2828
REPOSITORY: ${{ github.repository }}
2929
PR_NUMBER: ${{ github.event.pull_request.number }}
3030
runs-on: linux.8xlarge.nvidia.gpu

.github/workflows/gpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pytorch-channel: [pytorch, pytorch-nightly]
2525
fail-fast: false
2626
env:
27-
DOCKER_IMAGE: "pytorch/almalinux-builder:cuda12.4"
27+
DOCKER_IMAGE: "pytorch/almalinux-builder:cuda12.8"
2828
REPOSITORY: ${{ github.repository }}
2929
PR_NUMBER: ${{ github.event.pull_request.number }}
3030
runs-on: linux.g4dn.12xlarge.nvidia.gpu

0 commit comments

Comments
 (0)