mlflow attempt task 2

This commit is contained in:
Kamila 2022-05-15 11:12:24 +02:00
parent 4aaee8bb54
commit ea6ad9d8d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'kambobdocker420/ium:mlflow'
dockerfile {
filename 'Dockerfile'
args '-v /mlruns:/mlruns'
}
}