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 61fda5a commit 48364bdCopy full SHA for 48364bd
.circleci/config.yml
@@ -4,11 +4,11 @@ parameters:
4
pytorch_stable_image:
5
type: string
6
# https://hub.docker.com/r/pytorch/pytorch/tags
7
- default: "pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime"
+ default: "pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime"
8
pytorch_stable_image_devel:
9
10
11
- default: "pytorch/pytorch:1.11.0-cuda11.3-cudnn8-devel"
+ default: "pytorch/pytorch:1.12.1-cuda11.3-cudnn8-devel"
12
workingdir:
13
14
default: "/tmp/ignite"
0 commit comments