fox spell
All checks were successful
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-14 12:21:41 +02:00
parent 48489c22a0
commit 5fb0ce644b

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
iamge 'mikolajk/ium:mlflow' image 'mikolajk/ium:mlflow'
args '-v /mlruns:/mlruns' args '-v /mlruns:/mlruns'
} }
} }