Docker authentication

Summary: To avoid docker's new ratelimiting, we sign in.

Reviewed By: theschnitz

Differential Revision: D24681688

fbshipit-source-id: 6bb1a86ee15a151758e8a2bdb081da280308ad0c
This commit is contained in:
Jeremy Reizenstein
2020-11-02 11:28:56 -08:00
committed by Facebook GitHub Bot
parent 3b035f57f0
commit d565032399
3 changed files with 75 additions and 9 deletions

View File

@@ -109,6 +109,7 @@ def generate_base_workflow(
"python_version": python_version,
"cu_version": cu_version,
"pytorch_version": pytorch_version,
"context": "DOCKERHUB_TOKEN",
}
if filter_branch is not None: