mlflow attempt task 2 prediction registry

This commit is contained in:
Kamila 2022-05-15 13:38:40 +02:00
parent db194a6d58
commit 4e4c2fd1ef

View File

@ -1,6 +1,9 @@
pipeline {
agent {
dockerfile true
dockerfile {
filename 'Dockerfile'
args '-v /mlruns:/mlruns'
}
}
parameters {
string(