FalkorDB / FalkorDB

A super fast Graph Database uses GraphBLAS under the hood for its sparse adjacency matrix graph representation. Our goal is to provide the best Knowledge Graph for LLM (GraphRAG).
https://www.falkordb.com/
Other
704 stars 27 forks source link

[NEW] redisgraph docker image for M1 macs #218

Open gkorland opened 1 year ago

gkorland commented 1 year ago

Created by: @talperetz Source: https://github.com/RedisGraph/RedisGraph/issues/1808 The official docker hub image is perfect for non M1 chips, but can't be used with the new M1 chips.

Description of the feature

Create another redisgraph image for the new M1 (arm64v8 architecture)

Additional Info CleanShot 2021-06-30 at 12 53 22@2x

gkorland commented 1 year ago

Origin comment by: @rafie Please try docker run -it redisfab/redisgraph:master-arm64v8-bionic

gkorland commented 1 year ago

Origin comment by: @talperetz Seems promising. Will keep you posted if we experience issues. Thanks for the quick solution 🙏🏽

gkorland commented 1 year ago

Origin comment by: @abellion Hello there !

While using the purpose built image for ARM 64 works fine, it would be more convenient to have a multi-platform image available (for teams working on different architecture). Like the official Redis image does (https://hub.docker.com/_/redis/tags).