rm my_model

This commit is contained in:
Dominik Strzako 2021-05-23 19:18:10 +02:00
parent 6ef47ff7f3
commit d8a2e8c20c

View File

@ -31,6 +31,7 @@ pipeline {
steps
{
catchError {
sh 'rm my_model'
sh 'python3.8 Zadanie_08_and_09_MLflow.py ${BATCH_SIZE} ${EPOCHS}'
}
}