Predict registry own model docker parametr.
This commit is contained in:
parent
b7e083653c
commit
53ff056403
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user