Skip to content

Commit 0f7d07e

Browse files
authored
Update Makefile
1 parent c9752a0 commit 0f7d07e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ project_dir := "$(current_abs_path)"
1919
build-only:
2020
docker build -t $(project_image_name) -f Dockerfile $(current_abs_path)
2121

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-
2722
run-interactive:
2823
docker build -t $(project_image_name) -f Dockerfile $(current_abs_path)
2924
docker run -it -v $(current_abs_path):/project -t $(project_image_name) /bin/bash
@@ -39,4 +34,4 @@ run-notebooks:
3934
#still waiting on linkage_pipeline completion to get this into final shape
4035

4136
output network_graph: all_individuals.csv all_organizations.csv all_transactions.csv
42-
python linkage_pipeline.py
37+
python linkage_pipeline.py

0 commit comments

Comments
 (0)