Skip to content

Commit 02356b8

Browse files
committed
updating instructions for blazegraph for m1 chip support
1 parent 03c24d0 commit 02356b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. start blazegraph
66

7-
`docker run --name blazegraph --rm -d -p 8889:8080 lyrasis/blazegraph:2.1.5`
7+
`docker run --name blazegraph --rm -d -p 8889:8080 islandora/blazegraph:3.1.1`
88

99
2. to upload all the turtle files, from the root of this repo do:
1010

@@ -85,4 +85,4 @@ sparql.setQuery(query)
8585
sparql.setReturnFormat(JSON)
8686
results = sparql.query().convert()
8787
print(len(results['results']['bindings']))
88-
```
88+
```

0 commit comments

Comments
 (0)