This commit is contained in:
Dominik Strzako 2021-05-27 12:18:44 +02:00
parent 99c2bb378c
commit e041769ec7

View File

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