change image

This commit is contained in:
Dawid 2021-06-12 19:34:51 +02:00
parent 86d797f8d2
commit 94047412b7

View File

@ -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')]) {