Fix overwrite model in train
All checks were successful
s434804-training/pipeline/head This commit looks good

This commit is contained in:
Dawid 2021-05-23 15:03:51 +02:00
parent 575dca6139
commit f7515627a5

View File

@ -15,8 +15,9 @@ pipeline {
}
stage('training') {
steps {
sh 'chmod +x tensor.py'
sh 'python3 tensor.py'
//sh 'chmod +x tensor.py'
//sh 'python3 tensor.py'
sh 'rm -rf country_vaccination'
sh 'chmod +x mlflow_model.py'
sh 'python3 mlflow_model.py'
}