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 { pipeline {
agent { agent {
dockerfile { docker {
args '-v /mlruns:/mlruns' image 'ksero/ium:pytorch'
} }
} }
parameters { parameters {

View File

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

View File

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