-
Hi, The Recognize app expects libtensorflow to be installed in order to run natively, but it seems that that would require modifying the nextcloud-aio-nextcloud container. I got instructions from ChatGPT to clone the nextcloud AIO image and install libtensorflow in it, but I don't think it'll work because libtensorflow will be added to the master container, not the nextcloud container - Right? FROM nextcloud/all-in-one:latest
# Install dependencies for libtensorflow
RUN apt-get update \
&& apt-get install -y libtensorflow1
I was instructed to then run I'm hesitant to test it because I'm really not familiar with Docker and I'm afraid of messing something up. I'd rather ask for assistance. Would this technique work, or would libtensorflow only be installed in the mastercontainer, leading to Recognize not having access to it? If it's the latter, then how do I do it properly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi, libtensorflow does unfortunately not work with native speed inside an Alpine based container. However I would gladly add an additional container for this after nextcloud/recognize#73 is implemented. |
Beta Was this translation helpful? Give feedback.
Hi, libtensorflow does unfortunately not work with native speed inside an Alpine based container.
However I would gladly add an additional container for this after nextcloud/recognize#73 is implemented.