myruns
Some checks failed
s444354-training/pipeline/head There was a failure building this commit

This commit is contained in:
Adrian Charkiewicz 2022-05-15 22:03:07 +02:00
parent 182d136aca
commit 2fa5f88c56
3 changed files with 6 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pipeline {
agent {
dockerfile {
args '-v /mlruns:/mlruns'
docker {
image 'ksero/ium:pytorch'
}
}
parameters {

View File

@ -1,8 +1,6 @@
pipeline {
agent {
dockerfile {
args '-v /mlruns:/mlruns'
}
docker {
image 'ksero/ium:pytorch'
}
stages {
stage('Prediction') {

View File

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