Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Fix python required version > 3.6 bug #144

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.5-cuda10.1-cudnn7-runtime
FROM pytorch/pytorch:1.8.0-cuda11.1-cudnn8-runtime

# install torchelastic
WORKDIR /opt/torchelastic
Expand Down