Slow pull from docker

Summary: The "manual" docker pull in the testrun builds has been taking more than 10 minutes recently, and its lack of output causes circleci to timeout. As a quick fix, we enable the output from this operation.

Reviewed By: gkioxari

Differential Revision: D25305127

fbshipit-source-id: 19682bfa0294145457a37df6d6faf7a08dcc63c9
This commit is contained in:
Jeremy Reizenstein 2020-12-03 12:33:08 -08:00 committed by Facebook GitHub Bot
parent a0cd2506f6
commit 0216e4689a
2 changed files with 2 additions and 4 deletions

View File

@ -187,8 +187,7 @@ jobs:
export DOCKER_IMAGE=pytorch/conda-cuda
echo Pulling docker image $DOCKER_IMAGE
docker pull $DOCKER_IMAGE >/dev/null
docker pull $DOCKER_IMAGE
- run:
name: Build and run tests
command: |

View File

@ -187,8 +187,7 @@ jobs:
export DOCKER_IMAGE=pytorch/conda-cuda
echo Pulling docker image $DOCKER_IMAGE
docker pull $DOCKER_IMAGE >/dev/null
docker pull $DOCKER_IMAGE
- run:
name: Build and run tests
command: |