Mount /tmp/mlruns while training
Some checks failed
s444409-training/pipeline/head There was a failure building this commit

This commit is contained in:
Marcin Kostrzewski 2022-05-09 14:02:25 +02:00
parent 66c7e1c583
commit 6a01cf5307

View File

@ -23,6 +23,7 @@ pipeline {
agent { agent {
docker { docker {
image 's444409-create-dataset' image 's444409-create-dataset'
args '-v /tmp/mlruns:/mlruns:Z'
} }
} }