added -v mlruns folder
All checks were successful
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adrian Charkiewicz 2022-05-16 00:34:41 +02:00
parent 10542bd9a2
commit 8da0707d5d

View File

@ -2,6 +2,9 @@ pipeline {
agent { agent {
docker { docker {
image 'ksero/ium:mlflow' image 'ksero/ium:mlflow'
}
dockerfile {
args '-v /mlruns:/mlruns'
} }
} }
stages { stages {