-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdvc.lock
67 lines (67 loc) · 1.74 KB
/
dvc.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
schema: '2.0'
stages:
mermaid-md:
cmd: "dvc dag pipeline/dvc.yaml --full --mermaid --md | sed 's/pipeline\\/dvc.yaml://'
>> dag.md\n"
outs:
- path: dag.md
hash: md5
md5: 02187229b504062ed9ef9249df8dea08
size: 691
mermaid-png:
cmd: ./node_modules/.bin/mmdc -i dag.md -o dag.png && mv dag-1.png dag.png
deps:
- path: dag.md
md5: 0e102d9fef8528a0f1c9237a88585990
size: 627
outs:
- path: dag.png
md5: 9b920b0d09f5af78af6ec70df5627613
size: 53538
requirements:
cmd: pip freeze | grep -v "pkg_resources" > frozen.txt
outs:
- path: frozen.txt
hash: md5
md5: 2a5a1679bf11db4bb6764f9fcf923f01
size: 2214
pipeline:
cmd: dvc repro pipeline/dvc.yaml
remote:
cmd: "rm -rf ../lynference.dvc && mkdir ../lynference.dvc && dvc remote add --force
local ../lynference.dvc && dvc push -r local\n"
deps:
- path: ./data
hash: md5
md5: 69f128a32f3d2198d82b76a71c173e3d.dir
size: 3123062
nfiles: 13
- path: ./models
hash: md5
md5: 3c3539602573b142df49f597e2f403bc.dir
size: 104167864
nfiles: 1
- path: ./plots
hash: md5
md5: d834049ffdd6507f5722a1f15aefd871.dir
size: 3363160
nfiles: 5
- path: metrics.json
hash: md5
md5: 2c75292e5fa6565a990ff5971910f983
size: 159
mermaid-readme:
cmd: cat dag.md | sed 's/^/3i/' | sed -f- README.template > README.md
deps:
- path: README.template
md5: b4774a95f1c7a06c5d29b202de91e28a
size: 10765
- path: dag.md
hash: md5
md5: 02187229b504062ed9ef9249df8dea08
size: 691
outs:
- path: README.md
hash: md5
md5: 462eb1b981193e71107e431282eb1f03
size: 11422