You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run the command to pull down the image docker run \ -p 6379:6379 \ redislabs/redismod \ --loadmodule /usr/lib/redis/modules/redisai.so \ ONNX redisai_onnxruntime/redisai_onnxruntime.so
Describe the bug
On MacOS with Intel Chip, following the steps of https://developer.redis.com/howtos/redisai/getting-started/
Enter docker container and run "127.0.0.1:6379> info modules", the cli crashed out directly
To Reproduce
Steps to reproduce the behavior:
docker run \ -p 6379:6379 \ redislabs/redismod \ --loadmodule /usr/lib/redis/modules/redisai.so \ ONNX redisai_onnxruntime/redisai_onnxruntime.so
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: