new image: mlflow on dockerhub
All checks were successful
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adrian Charkiewicz 2022-05-16 00:12:57 +02:00
parent af544df669
commit 16621c482b
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'ksero/ium:pytorch'
image 'ksero/ium:mlflow'
}
}
parameters {

View File

@ -1,6 +1,6 @@
pipeline {
docker {
image 'ksero/ium:pytorch'
image 'ksero/ium:mlflow'
}
stages {
stage('Prediction') {

View File

@ -2,7 +2,7 @@ name: tutorial
# conda_env: conda.yaml
docker_env:
image: ksero/ium:pytorch
image: ksero/ium:mlflow
entry_points:
main: