File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
- run :
38
38
name : Build Docker container
39
39
command : |
40
- docker build . --target=standalone -t ldbc/datagen-standalone:latest
40
+ docker build . --target=standalone --tag ldbc/datagen-standalone:latest
41
41
# BI
42
42
- run :
43
43
name : Generate SF0.003 / BI / singular-projected CSVs
55
55
tools/docker-run.sh -- --mode bi --scale-factor 0.003 --explode-edges
56
56
mv out/ social-network-sf0.003-bi-composite-projected-fk/
57
57
- run :
58
- name : Generate SF0.003 / BI / composite-merged CSVs
58
+ name : Generate SF0.003 / BI / composite-merged CSVs, generate factors
59
59
command : |
60
60
# we generate factors here but they are moved to a separate archive (social-network-sf0.003-bi-factors.zip)
61
61
tools/docker-run.sh -- --mode bi --scale-factor 0.003 --generate-factors
You can’t perform that action at this time.
0 commit comments