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 60
60
XLA_VERSION=${{ matrix.xla_version }}
61
61
file : dockers/base-xla/Dockerfile
62
62
push : false
63
- timeout-minutes : 50
63
+ timeout-minutes : 60
64
64
65
65
build-CUDA :
66
66
runs-on : ubuntu-20.04
87
87
CUDA_VERSION=10.2
88
88
file : dockers/base-cuda/Dockerfile
89
89
push : false
90
- timeout-minutes : 50
90
+ timeout-minutes : 75
91
91
92
92
build-Conda :
93
93
runs-on : ubuntu-20.04
@@ -121,7 +121,7 @@ jobs:
121
121
CUDA_VERSION=${{ steps.extend.outputs.CUDA }}
122
122
file : dockers/base-conda/Dockerfile
123
123
push : false
124
- timeout-minutes : 50
124
+ timeout-minutes : 75
125
125
126
126
build-ipu :
127
127
runs-on : ubuntu-20.04
@@ -154,4 +154,4 @@ jobs:
154
154
PYTORCH_VERSION=${{ matrix.pytorch_version }}
155
155
file : dockers/ipu-ci-runner/Dockerfile
156
156
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:
114
114
file : dockers/base-cuda/Dockerfile
115
115
push : ${{ env.PUSH_TO_HUB }}
116
116
tags : pytorchlightning/pytorch_lightning:base-cuda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}
117
- timeout-minutes : 55
117
+ timeout-minutes : 85
118
118
119
119
docker-Conda :
120
120
if : ${{ github.repository_owner == 'PyTorchLightning' }}
@@ -156,7 +156,7 @@ jobs:
156
156
file : dockers/base-conda/Dockerfile
157
157
push : ${{ env.PUSH_TO_HUB }}
158
158
tags : pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}
159
- timeout-minutes : 55
159
+ timeout-minutes : 85
160
160
161
161
docker-IPU :
162
162
if : ${{ github.repository_owner == 'PyTorchLightning' }}
You can’t perform that action at this time.
0 commit comments