Skip to content

Commit 4bb883a

Browse files
Update CI Docker image to pytorch/pytorch:2.8.0 (#4232)
1 parent f784632 commit 4bb883a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/slow-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
CUDA_VISIBLE_DEVICES: "0,1"
6969
TEST_TYPE: "multi_gpu"
7070
container:
71-
image: pytorch/pytorch:2.6.0-cuda12.6-cudnn9-devel
71+
image: pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
7272
options: --gpus all --shm-size "16gb"
7373
defaults:
7474
run:

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on:
4242
group: aws-g4dn-2xlarge
4343
container:
44-
image: pytorch/pytorch:2.6.0-cuda12.6-cudnn9-devel
44+
image: pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
4545
options: --gpus all
4646
defaults:
4747
run:
@@ -93,7 +93,7 @@ jobs:
9393
runs-on:
9494
group: aws-g4dn-2xlarge
9595
container:
96-
image: pytorch/pytorch:2.6.0-cuda12.6-cudnn9-devel
96+
image: pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
9797
options: --gpus all
9898
defaults:
9999
run:
@@ -149,7 +149,7 @@ jobs:
149149
runs-on:
150150
group: aws-g4dn-2xlarge
151151
container:
152-
image: pytorch/pytorch:2.6.0-cuda12.6-cudnn9-devel
152+
image: pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
153153
options: --gpus all
154154
defaults:
155155
run:
@@ -201,7 +201,7 @@ jobs:
201201
runs-on:
202202
group: aws-g4dn-2xlarge
203203
container:
204-
image: pytorch/pytorch:2.6.0-cuda12.6-cudnn9-devel
204+
image: pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
205205
options: --gpus all
206206
defaults:
207207
run:

.github/workflows/tests_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on:
1717
group: aws-g4dn-2xlarge
1818
container:
19-
image: pytorch/pytorch:2.6.0-cuda12.6-cudnn9-devel
19+
image: pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
2020
options: --gpus all
2121
defaults:
2222
run:

0 commit comments

Comments
 (0)