mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +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
|
export DOCKER_IMAGE=pytorch/conda-cuda
|
||||||
echo Pulling docker image $DOCKER_IMAGE
|
echo Pulling docker image $DOCKER_IMAGE
|
||||||
docker pull $DOCKER_IMAGE >/dev/null
|
docker pull $DOCKER_IMAGE
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build and run tests
|
name: Build and run tests
|
||||||
command: |
|
command: |
|
||||||
|
@ -187,8 +187,7 @@ jobs:
|
|||||||
|
|
||||||
export DOCKER_IMAGE=pytorch/conda-cuda
|
export DOCKER_IMAGE=pytorch/conda-cuda
|
||||||
echo Pulling docker image $DOCKER_IMAGE
|
echo Pulling docker image $DOCKER_IMAGE
|
||||||
docker pull $DOCKER_IMAGE >/dev/null
|
docker pull $DOCKER_IMAGE
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build and run tests
|
name: Build and run tests
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user