From 94047412b784af1fe5c4b61dde4217ddb45c60a3 Mon Sep 17 00:00:00 2001 From: Dawid Date: Sat, 12 Jun 2021 19:34:51 +0200 Subject: [PATCH] change image --- Jenkinsfile_dvc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 5391fc7..9b9a89b 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -2,7 +2,7 @@ pipeline { agent { docker { - image 's434804/ium:0.5' + image 'shroomy/ium:8' args '-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns ' } } @@ -13,12 +13,6 @@ pipeline { [], userRemoteConfigs: [[credentialsId: '87e24204-a0e1-4840-b235-2b993c922d83', url: 'https://git.wmi.amu.edu.pl/s434804/ium_434804.git']]]) } } - stage('install dependencies') { - steps { - sh 'python3 -m pip install dvc --user' - sh 'python3 -m pip install dvc[ssh] paramiko --user' - } - } stage('DVC') { steps { withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {