added -v mlruns folder
s444354-training/pipeline/head This commit looks good Details
s444354-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
Adrian Charkiewicz 2022-05-16 00:34:41 +02:00
parent 10542bd9a2
commit 8da0707d5d
1 changed files with 3 additions and 0 deletions

View File

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