Skip to content

Commit

Permalink
Add local copy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Dec 8, 2022
1 parent 2c7c1c8 commit d23a0ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ If you want to test with local files, put `nodes.tsv.gz` and `edges.tsv.gz` in
this folder and use:

```shell
# Get graph data
cp ~/.data/mira/demo/import/nodes.tsv.gz nodes.tsv.gz
cp ~/.data/mira/demo/import/edges.tsv.gz edges.tsv.gz

# Build docker
docker build --file Dockerfile.local --tag mira_dkg:latest .
```

Expand Down

0 comments on commit d23a0ae

Please sign in to comment.