Skip to content

Commit

Permalink
Slow pull from docker
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bottler authored and facebook-github-bot committed Dec 3, 2020
1 parent a0cd250 commit 0216e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0216e46

Please sign in to comment.