Skip to content

Commit 05a7e13

Browse files
authored
Revert "Update Circle CI docker image to pytorch 1.6. Closes #1225 (#1322)"
This reverts commit 22ecac6.
1 parent 22ecac6 commit 05a7e13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+2-2
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.6-cuda10.1-cudnn7-runtime"
7+
default: "pytorch/pytorch:1.5.1-cuda10.1-cudnn7-runtime"
88
pytorch_stable_image_devel:
99
type: string
1010
# https://hub.docker.com/r/pytorch/pytorch/tags
11-
default: "pytorch/pytorch:1.6-cuda10.1-cudnn7-devel"
11+
default: "pytorch/pytorch:1.5.1-cuda10.1-cudnn7-devel"
1212
workingdir:
1313
type: string
1414
default: "/tmp/ignite"

.github/workflows/pytorch-version-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
python-version: [3.5, 3.6, 3.7, 3.8]
14-
pytorch-version: [1.5.1, 1.4.0, 1.3.1]
14+
pytorch-version: [1.4.0, 1.3.1]
1515
exclude:
1616
- pytorch-version: 1.3.1
1717
python-version: 3.8

0 commit comments

Comments
 (0)