diff --git a/Jenkinsfile_mlflow_coop b/Jenkinsfile_mlflow_coop index eed4952..c7ac284 100644 --- a/Jenkinsfile_mlflow_coop +++ b/Jenkinsfile_mlflow_coop @@ -1,7 +1,7 @@ pipeline { agent { docker { - image 's430804/ium:0.5' + image 's434804/ium:0.5' args '-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns ' } }