diff --git a/evaluation/Jenkinsfile_eval b/evaluation/Jenkinsfile_eval index c9cd481..7214263 100644 --- a/evaluation/Jenkinsfile_eval +++ b/evaluation/Jenkinsfile_eval @@ -21,6 +21,12 @@ pipeline { } } stage('Predict') { + agent { + dockerfile { + filename 'Dockerfile' + reuseNode true + } + } steps { sh "chmod +x ./predict.py" sh "python ./predict.py"