Mlflow docker
All checks were successful
s426206-evaluation/pipeline/head This commit looks good
s426206-training/pipeline/head This commit looks good

This commit is contained in:
Jan Nowak 2021-05-16 20:03:12 +02:00
parent e1aa4684db
commit 28e5c83ff2

View File

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