typo artifacts
Some checks failed
444507-training/pipeline/head There was a failure building this commit
s444507-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-05-16 01:39:21 +02:00
parent 57e24fa319
commit a5dd13676b

View File

@ -13,7 +13,7 @@ pipeline {
}
stage('Train model with sacred') {
steps {
sh "python3 lab08_deepLearining_mlflow.py $epoch'"
sh "python3 lab08_deepLearining_mlflow.py $epochs"
}
}
}