Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for the latest stable pytorch #2512

Merged
merged 2 commits into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.0-cuda11.3-cudnn8-runtime"
default: "pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime"
pytorch_stable_image_devel:
type: string
# https://hub.docker.com/r/pytorch/pytorch/tags
default: "pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel"
default: "pytorch/pytorch:1.11.0-cuda11.3-cudnn8-devel"
workingdir:
type: string
default: "/tmp/ignite"
Expand Down
6 changes: 3 additions & 3 deletions docker/docker.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[DEFAULT]
build_docker_image_pytorch_version = 1.10.0-cuda11.3-cudnn8
build_docker_image_hvd_version = v0.23.0
build_docker_image_msdp_version = v0.5.9
build_docker_image_pytorch_version = 1.11.0-cuda11.3-cudnn8
build_docker_image_hvd_version = v0.24.2
build_docker_image_msdp_version = v0.6.0