Fix mountpoint
All checks were successful
s444409-evaluation/pipeline/head This commit looks good
s444409-training/pipeline/head This commit looks good

This commit is contained in:
Marcin Kostrzewski 2022-05-11 17:56:50 +02:00
parent 4f5f887456
commit 4ebdc06dbe

View File

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