Update files
This commit is contained in:
parent
8e80d4d8b3
commit
bb2778d451
@ -8,6 +8,7 @@ RUN pip3 install ipython
|
|||||||
RUN pip3 install torch
|
RUN pip3 install torch
|
||||||
RUN pip3 install numpy
|
RUN pip3 install numpy
|
||||||
RUN pip3 install dvc
|
RUN pip3 install dvc
|
||||||
|
RUN pip3 install dvc[ssh] paramiko
|
||||||
RUN apt-get install unzip
|
RUN apt-get install unzip
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -9,6 +9,7 @@ pipeline {
|
|||||||
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
||||||
sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'
|
sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'
|
||||||
sh 'dvc pull'
|
sh 'dvc pull'
|
||||||
|
sh 'dvc repro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user