From 0ea978e51da784089dce01570751f22c2af4783a Mon Sep 17 00:00:00 2001 From: Aline Gondim Santos Date: Fri, 6 Nov 2020 12:24:55 -0500 Subject: [PATCH] Update 7. Jami plugins --- technical/7.-Jami-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technical/7.-Jami-plugins.md b/technical/7.-Jami-plugins.md index 20dad82b..6d1432c2 100644 --- a/technical/7.-Jami-plugins.md +++ b/technical/7.-Jami-plugins.md @@ -143,7 +143,7 @@ make #### Tensorflow 2.1.0 A difficulty for a lot of people working with tensorflow is how to properly build it. -With that in mind we created the docker files available for [here]("https://hub.docker.com/repository/docker/sflagsantos/tensorflow-cuda") and [here]("https://hub.docker.com/repository/docker/sflagsantos/tensorflowlite"). These docker can be used to build plugins for Linux and Android, however they cannot handle Windows. +With that in mind we created docker images with cuda and tensorflow libraries available for GNU/Linux builds [here](https://hub.docker.com/repository/docker/sflagsantos/tensorflow-cuda) and for Android builds [here](https://hub.docker.com/repository/docker/sflagsantos/tensorflowlite). These docker can be used to build plugins for Linux and Android, however they cannot handle Windows. Here we carefully guide you through the proper build of tensorflow LITE Native and Tensorflow C++ API for our three supported platforms. You will need: