File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6060 XLA_VERSION=${{ matrix.xla_version }}
6161 file : dockers/base-xla/Dockerfile
6262 push : false
63- timeout-minutes : 50
63+ timeout-minutes : 60
6464
6565 build-CUDA :
6666 runs-on : ubuntu-20.04
8787 CUDA_VERSION=10.2
8888 file : dockers/base-cuda/Dockerfile
8989 push : false
90- timeout-minutes : 50
90+ timeout-minutes : 75
9191
9292 build-Conda :
9393 runs-on : ubuntu-20.04
@@ -121,7 +121,7 @@ jobs:
121121 CUDA_VERSION=${{ steps.extend.outputs.CUDA }}
122122 file : dockers/base-conda/Dockerfile
123123 push : false
124- timeout-minutes : 50
124+ timeout-minutes : 75
125125
126126 build-ipu :
127127 runs-on : ubuntu-20.04
@@ -154,4 +154,4 @@ jobs:
154154 PYTORCH_VERSION=${{ matrix.pytorch_version }}
155155 file : dockers/ipu-ci-runner/Dockerfile
156156 push : false
157- timeout-minutes : 50
157+ timeout-minutes : 60
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 file : dockers/base-cuda/Dockerfile
115115 push : ${{ env.PUSH_TO_HUB }}
116116 tags : pytorchlightning/pytorch_lightning:base-cuda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}
117- timeout-minutes : 55
117+ timeout-minutes : 85
118118
119119 docker-Conda :
120120 if : ${{ github.repository_owner == 'PyTorchLightning' }}
@@ -156,7 +156,7 @@ jobs:
156156 file : dockers/base-conda/Dockerfile
157157 push : ${{ env.PUSH_TO_HUB }}
158158 tags : pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}
159- timeout-minutes : 55
159+ timeout-minutes : 85
160160
161161 docker-IPU :
162162 if : ${{ github.repository_owner == 'PyTorchLightning' }}
You can’t perform that action at this time.
0 commit comments