File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ pipeline {
1616 }
1717 }
1818 stage('Build docker images') {
19- stage('cpu') { steps { sh 'ci/build-docker-images.sh cpu' } }
20- stage('gpu') { steps { sh 'ci/build-docker-images.sh gpu' } }
21- stage('gpu_torch') { steps { sh 'ci/build-docker-images.sh gpu_torch' } }
19+ steps {
20+ stage('cpu') { steps { sh 'ci/build-docker-images.sh cpu' } }
21+ stage('gpu') { steps { sh 'ci/build-docker-images.sh gpu' } }
22+ stage('gpu_torch') { steps { sh 'ci/build-docker-images.sh gpu_torch' } }
2223 // stage('gpu_tf') { steps { sh 'ci/build-docker-images.sh gpu_tf' } }
2324 // stage('gpu_tensorrt') { steps { sh 'ci/build-docker-images.sh gpu_tensorrt' } }
25+ }
2426 }
2527 stage('Update dockerhub readme') {
2628 when {
You can’t perform that action at this time.
0 commit comments