Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templatized build & start from TF 2.6 base image. #1078

Merged
merged 12 commits into from
Sep 24, 2021
Prev Previous commit
Next Next commit
Increase GPU build time
  • Loading branch information
rosbo committed Sep 17, 2021
commit 3b475f8fcbc845c8f8741d164c4977eb31ca2187
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pipeline {
stages {
stage('Build GPU Image') {
options {
timeout(time: 60, unit: 'MINUTES')
timeout(time: 120, unit: 'MINUTES')
}
steps {
sh '''#!/bin/bash
Expand Down