Open cooperwalter opened 2 years ago
Also running an M1 and struggling here. I tried building from source with:
docker build --build-arg ARCH=arm64v8 --tag=redislabs/redismod:latest .
The build succeeds, however on running it cannot open the shared object file for redisai
:
Module /usr/lib/redis/modules/redisai.so failed to load: /usr/lib/redis/modules/redisai.so: cannot open shared object file: No such file or directory
Looking at redisai
, it seems that this is also only built for intel instruction sets: https://github.com/RedisAI/RedisAI/issues/879 . Looking at the image naming conventions, it looks like support may be coming.
Any idea when this might be ready? We've got a couple M1 devs on the team that can't run this image. :(
Same issue here.
I can run the image on my Intel MacBook without any issues. Any help would be much appreciated.