Mlflow docker
Some checks failed
s426206-training/pipeline/head There was a failure building this commit

This commit is contained in:
Jan Nowak 2021-05-16 19:56:54 +02:00
parent 7e6fc21a43
commit e1aa4684db

View File

@ -34,7 +34,7 @@ pipeline {
sh 'chmod +x dlgssdpytorch.py' sh 'chmod +x dlgssdpytorch.py'
sh 'python3 ./dlgssdpytorch.py $PARAMETRY' sh 'python3 ./dlgssdpytorch.py $PARAMETRY'
sh 'chmod +x train_mlflow.py' sh 'chmod +x train_mlflow.py'
sh 'python3 ./train_mlflow.py' sh 'mlflow run .'
} }
} }
} }