Remove old model
This commit is contained in:
parent
90d1ebe61b
commit
c96da734b1
@ -22,6 +22,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage("Run MLFlow training"){
|
stage("Run MLFlow training"){
|
||||||
steps {
|
steps {
|
||||||
|
sh "rm -r movies_on_streaming_platforms_model"
|
||||||
sh "python3 ml_model.py ${verbose} ${epochs}"
|
sh "python3 ml_model.py ${verbose} ${epochs}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user