Predict registry own model docker parametr.
This commit is contained in:
parent
53ff056403
commit
44840aecf2
@ -21,7 +21,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
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 'python3 ./mlflow_predict_registry.py'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user