File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ project_dir := "$(current_abs_path)"
19
19
build-only :
20
20
docker build -t $(project_image_name ) -f Dockerfile $(current_abs_path )
21
21
22
- # these are called directives
23
- # run-pipeline:
24
- # docker build -t $(project_image_name) -f Dockerfile $(current_abs_path)
25
- # docker run -e python pipeline.py
26
-
27
22
run-interactive :
28
23
docker build -t $(project_image_name ) -f Dockerfile $(current_abs_path )
29
24
docker run -it -v $(current_abs_path ) :/project -t $(project_image_name ) /bin/bash
@@ -39,4 +34,4 @@ run-notebooks:
39
34
# still waiting on linkage_pipeline completion to get this into final shape
40
35
41
36
output network_graph : all_individuals.csv all_organizations.csv all_transactions.csv
42
- python linkage_pipeline.py
37
+ python linkage_pipeline.py
You can’t perform that action at this time.
0 commit comments