from dockerfile
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-21 12:33:51 +02:00
parent 209efd905c
commit 4104fb57cf
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -4,6 +4,6 @@ channels:
- defaults - defaults
dependencies: dependencies:
- python=3.9 - python=3.9
# - tensorflow - tensorflow
- pandas - pandas
# - mlflow - mlflow