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
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..
The text was updated successfully, but these errors were encountered:
my models load into redis fine on
redislabs/redisai:latest
but I get astd::bad_cast
error withredislabs/redismod:latest
which pullsredislabs/redisai:latest
. Loads fine withredislabs/redisai:edge-cpu-bionic
but notredislabs/redismod:edge
which pullsredislabs/redisai:edge-cpu-bionic
I copied the entire redismod dockerfile .. changing
ARG OSNICK=bullseye
toARG OSNICK=bionic
fixes the redisai module but breaks all the other modules with errorModule /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..
The text was updated successfully, but these errors were encountered: