from dockerfile
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
209efd905c
commit
4104fb57cf
@ -1,7 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
dockerfile {
|
||||||
image 'mikolajk/ium:mlflow'
|
|
||||||
args '-v /mlruns:/mlruns'
|
args '-v /mlruns:/mlruns'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,6 @@ channels:
|
|||||||
- defaults
|
- defaults
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.9
|
- python=3.9
|
||||||
# - tensorflow
|
- tensorflow
|
||||||
- pandas
|
- pandas
|
||||||
# - mlflow
|
- mlflow
|
Loading…
Reference in New Issue
Block a user