Update files

This commit is contained in:
Agata 2022-05-29 13:56:19 +02:00
parent 8e80d4d8b3
commit bb2778d451
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN pip3 install ipython
RUN pip3 install torch
RUN pip3 install numpy
RUN pip3 install dvc
RUN pip3 install dvc[ssh] paramiko
RUN apt-get install unzip
WORKDIR /app

View File

@ -9,6 +9,7 @@ pipeline {
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'
sh 'dvc pull'
sh 'dvc repro'
}
}
}