Dockerfile and Jenkinsfile_train added MLmodel script generation.
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-22 23:42:15 +02:00
parent eaf64bafa6
commit d64fd7a7dc

View File

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