dvc ref
This commit is contained in:
parent
2bbddc129e
commit
0d73091853
@ -1,4 +1,4 @@
|
|||||||
[core]
|
[core]
|
||||||
remote = ium_ssh_remote
|
remote = ium_ssh_remote
|
||||||
['remote "ium_ssh_remote"']
|
['remote "ium_ssh_remote"']
|
||||||
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl
|
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp
|
||||||
|
@ -20,7 +20,6 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withCredentials(
|
withCredentials(
|
||||||
[sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: 's444463', usernameVariable: 's444463')]) {
|
[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 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
||||||
sh 'dvc remote modify --local ium_ssh_remote password ${IUM_PASS}'
|
sh 'dvc remote modify --local ium_ssh_remote password ${IUM_PASS}'
|
||||||
sh 'dvc pull'
|
sh 'dvc pull'
|
||||||
|
13
dvc.lock
13
dvc.lock
@ -6,20 +6,9 @@ stages:
|
|||||||
- path: real-or-fake-fake-jobposting-prediction.zip
|
- path: real-or-fake-fake-jobposting-prediction.zip
|
||||||
md5: 720b87177496c52f028ec184935f8031
|
md5: 720b87177496c52f028ec184935f8031
|
||||||
size: 16868281
|
size: 16868281
|
||||||
outs:
|
|
||||||
- path: model
|
|
||||||
md5: e1d0aebb797410c218a8109aa6f62ff4
|
|
||||||
size: 4012127
|
|
||||||
evaluate:
|
evaluate:
|
||||||
cmd: python3 evaluation.py
|
cmd: python3 evaluation.py
|
||||||
deps:
|
deps:
|
||||||
- path: model
|
- path: model
|
||||||
md5: e1d0aebb797410c218a8109aa6f62ff4
|
md5: 473ae2a6b46cacfab08a3708175f65a5
|
||||||
size: 4012127
|
size: 4012127
|
||||||
outs:
|
|
||||||
- path: metrics.png
|
|
||||||
md5: 7652f6d9944d3a19e476f3b1727789ea
|
|
||||||
size: 12541
|
|
||||||
- path: metrics.txt
|
|
||||||
md5: 3d047ff442a5f3299e283eccd4b66fb5
|
|
||||||
size: 118
|
|
||||||
|
Loading…
Reference in New Issue
Block a user