Predict registry own model docker parametr.

This commit is contained in:
Jan Nowak 2021-05-23 19:05:40 +02:00
parent b7e083653c
commit 53ff056403

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 { img.inside('-v /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'
} }