Zaktualizuj 'Jenkinsfile_predict_coop'

This commit is contained in:
Michał Zaręba 2021-05-29 12:37:16 +02:00
parent f5ffd6d759
commit fbdd20293e

View File

@ -1,7 +1,8 @@
pipeline {
agent {
docker {
image 's430705/ium:4'
#image 's430705/ium:4'
image 's434804/ium:0.5'
args '-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns '
}
}