From 25fbe052c309b29e9ad489e980726f5645f297cb Mon Sep 17 00:00:00 2001 From: s444417 Date: Sat, 21 May 2022 13:40:34 +0200 Subject: [PATCH] conda --- Jenkinsfile3 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index e5d45b0..679bce1 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -1,6 +1,7 @@ pipeline { agent { - dockerfile { + docker { + image 'mikolajk/ium:mlflow' args '-v /mlruns:/mlruns' } } @@ -12,12 +13,6 @@ pipeline { ) } stages { - // stage('conda') { - // steps { - // sh 'conda env create -f environment.yml' - // sh 'conda activate myenv' - // } - // } stage('Copy') { steps { copyArtifacts projectName: 's444417-create-dataset'