Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redisai is broken on redismod #34

Open
Distortedlogic opened this issue Feb 26, 2022 · 0 comments
Open

Redisai is broken on redismod #34

Distortedlogic opened this issue Feb 26, 2022 · 0 comments

Comments

@Distortedlogic
Copy link

Distortedlogic commented Feb 26, 2022

my models load into redis fine on redislabs/redisai:latest but I get a std::bad_cast error with redislabs/redismod:latest which pulls redislabs/redisai:latest. Loads fine with redislabs/redisai:edge-cpu-bionic but not redislabs/redismod:edge which pulls redislabs/redisai:edge-cpu-bionic

I copied the entire redismod dockerfile .. changing ARG OSNICK=bullseye to ARG OSNICK=bionic fixes the redisai module but breaks all the other modules with error

Module /usr/lib/redis/modules/redisearch.so failed to load: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /usr/lib/redis/modules/redisearch.so)

removing modules one by one, I get this error for every module except redisai

I tried with all the OS that are on the redis dockerhub.... trusty, xenial, focal etc etc and none work..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant