-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdvc.lock
More file actions
68 lines (68 loc) · 1.76 KB
/
Copy pathdvc.lock
File metadata and controls
68 lines (68 loc) · 1.76 KB
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
68
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: f955702c7c5e714c134c75fbb02c4ab7
size: 2322
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
hash: md5
md5: 665b228e41b268c783262efb464cd061
size: 11132
- path: dag.md
hash: md5
md5: 02187229b504062ed9ef9249df8dea08
size: 691
outs:
- path: README.md
hash: md5
md5: 119670186848d180e23d2d15248a43da
size: 11789