MLmodel file
This commit is contained in:
parent
ace49e0c42
commit
0846039aa6
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user