MLmodel file
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-23 12:26:00 +02:00
parent ace49e0c42
commit 0846039aa6

View File

@ -31,10 +31,10 @@ pipeline {
script {
def img = docker.build('rokoch/ium:01')
img.inside {
sh 'rm -rf my_model'
sh 'chmod +x dlgssdpytorch.py'
sh 'python3 ./dlgssdpytorch.py $PARAMETRY'
sh 'rm -rf my_model'
sh 'chmod +x train_mlflow.py'
//sh 'chmod +x train_mlflow.py'
//sh 'chmod +x generate_MLmodel.py'
//sh 'python3 ./generate_MLmodel.py'
//sh 'mlflow ./train_mlflow.py'