recognize not recognising glibc #1163
-
I am using unraid and docker, with linuxserver.io container. I created a special startup script to make sure glibc is installed
Not quite sure what the wget of the keys does, but I followed the instructions here: Then I modified the PATH variable in the docker to prepend /usr/glibc-compat/bin: to the PATH that comes pre set with their container. The installation works:
Now in the container I am able to run
However recognize still gives me the WASM mode was activated automatically, because your machine does not support native TensorFlow operation:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Sometimes the automatic detection is wrong. If you're certain it should work, you can just disable WASM mode manually |
Beta Was this translation helpful? Give feedback.
Many people have tried making it work with glibc on alpine linux, without success, afaik.
Node.js is there to run tensorflow.js which uses tensorflow. They're both necessary.
You can try building tensorflow yourself on alpine linux, I guess. The fact that this is so hard is the reason that recognize will automatically switch to WASM mode when you install it on alpine.