Failing to run recognize on TrueNAS Nextcloud #645
Unanswered
rmbittmann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run recognize on TrueNAS Nextcloud installed on a Dell 7010MT with i5 (I believe 3rd gen that should have AVX).
The installation was successful and I pointed the Node.js to /use/local/bin/node. I also set the enable WASP mode which gave me a green acknowledgment that it was successfully loaded.
When activating recognize it fails with the error of not finding /proc/cpuinfo
[PHP] Error: Error: file_get_contents(/proc/cpuinfo): Failed to open stream: No such file or directory at /usr/local/www/nextcloud/apps/recognize/lib/Controller/AdminController.php#90 at <<closure>>
I tried to install TensorFlow using
npm.js ci
but it failed since I don't have a GPU (this is true).Is recognize working on this environment? If so, any suggestions on what I can do to activate it?
Beta Was this translation helpful? Give feedback.
All reactions