Predict registry own model docker parametr.
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 19:09:08 +02:00
parent 53ff056403
commit 44840aecf2

View File

@ -21,7 +21,7 @@ pipeline {
steps { steps {
script { script {
def img = docker.build('rokoch/ium:01') def img = docker.build('rokoch/ium:01')
img.inside('-v /tmp/mlruns') { img.inside('-v /tmp/mlruns:/tmp/mlruns') {
sh 'chmod +x mlflow_predict_registry.py' sh 'chmod +x mlflow_predict_registry.py'
sh 'python3 ./mlflow_predict_registry.py' sh 'python3 ./mlflow_predict_registry.py'
} }