dvc refactoring

This commit is contained in:
Mikołaj Pokrywka 2022-06-05 15:52:47 +02:00
parent 047da40622
commit 204df976c2
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ RUN apt-get install zip unzip --yes
WORKDIR /app
RUN useradd -r -u 111 jenkins
COPY ./deepl.py .
# COPY ./MLProject .
COPY ./evaluation.py .

View File

@ -21,7 +21,6 @@ pipeline {
[sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: 's444463', usernameVariable: 's444463')]) {
sh 'dvc remote add -f -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp'
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
sh 'LOGNAME=s444463'
sh 'dvc pull'
sh 'dvc repro'
sh ll