Update 'lab8/Jenkinsfile_train'
All checks were successful
s449288-evaluation/pipeline/head This commit looks good
s449288-training/pipeline/head This commit looks good

This commit is contained in:
Kacper Dudzic 2022-05-13 17:08:58 +02:00
parent 5d49d68c4a
commit f1e3785a19

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 's449288/ium:lab8' image 's449288/ium:lab8.1'
args '-v /mlruns:/mlruns' args '-v /mlruns:/mlruns'
} }
} }