Skip to content

Commit

Permalink
Update Circle CI docker image to pytorch 1.6. Closes pytorch#1225 (py…
Browse files Browse the repository at this point in the history
  • Loading branch information
Amab authored Sep 25, 2020
1 parent 1808fb5 commit 22ecac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ parameters:
pytorch_stable_image:
type: string
# https://hub.docker.com/r/pytorch/pytorch/tags
default: "pytorch/pytorch:1.5.1-cuda10.1-cudnn7-runtime"
default: "pytorch/pytorch:1.6-cuda10.1-cudnn7-runtime"
pytorch_stable_image_devel:
type: string
# https://hub.docker.com/r/pytorch/pytorch/tags
default: "pytorch/pytorch:1.5.1-cuda10.1-cudnn7-devel"
default: "pytorch/pytorch:1.6-cuda10.1-cudnn7-devel"
workingdir:
type: string
default: "/tmp/ignite"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytorch-version-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
pytorch-version: [1.4.0, 1.3.1]
pytorch-version: [1.5.1, 1.4.0, 1.3.1]
exclude:
- pytorch-version: 1.3.1
python-version: 3.8
Expand Down

0 comments on commit 22ecac6

Please sign in to comment.