dockerfile
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-15 10:43:31 +02:00
parent 87bcdc7d4c
commit e5de415f69

View File

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