Skip to content

Commit 48364bd

Browse files
authored
Update config.yml (#2668)
1 parent 61fda5a commit 48364bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ parameters:
44
pytorch_stable_image:
55
type: string
66
# https://hub.docker.com/r/pytorch/pytorch/tags
7-
default: "pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime"
7+
default: "pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime"
88
pytorch_stable_image_devel:
99
type: string
1010
# https://hub.docker.com/r/pytorch/pytorch/tags
11-
default: "pytorch/pytorch:1.11.0-cuda11.3-cudnn8-devel"
11+
default: "pytorch/pytorch:1.12.1-cuda11.3-cudnn8-devel"
1212
workingdir:
1313
type: string
1414
default: "/tmp/ignite"

0 commit comments

Comments
 (0)