Skip to content

Commit

Permalink
Merge pull request #43 from dsi-clinic/makefile_path
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
averyschoen authored Mar 6, 2024
2 parents 99b4f96 + bee198a commit 3a63118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ run-notebooks:

run-linkage-and-network-pipeline:
docker build -t $(project_image_name) -f Dockerfile $(current_abs_path)
docker run -v $(current_abs_path):/project -t $(project_image_name) python utils/linkage_pipeline.py
docker run -v $(current_abs_path):/project -t $(project_image_name) python utils/linkage_and_network_pipeline.py

0 comments on commit 3a63118

Please sign in to comment.