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 {
agent {
docker {
image 'mikolajk/ium:mlflow'
dockerfile {
args '-v /mlruns:/mlruns'
}
}

View File

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