mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-01 11:22:49 +08:00
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:
parent
a0cd2506f6
commit
0216e4689a
@ -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: |
|
||||
|
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user