Python → python3

This commit is contained in:
MatOgr 2022-05-02 12:01:58 +02:00
parent 153c75df2a
commit 66a6fd501d

View File

@ -30,7 +30,7 @@ pipeline {
stage('Model training') {
steps {
sh "chmod +x -R ${env.WORKSPACE}"
sh 'python model.py -e $epochs $save_model'
sh 'python3 model.py -e $epochs $save_model'
}
}
stage('Archive artifacts') {