This commit is contained in:
Dominik Strzako 2021-05-27 12:21:49 +02:00
parent e041769ec7
commit b40b7d0585

View File

@ -26,9 +26,6 @@ pipeline {
steps
{
catchError {
sh 'rm -r tmp'
sh 'mkdir -p tmp/mlruns'
sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}'
}
}