Difference between revisions of "Getting started with TI Jacinto 7 Edge AI/Demos/C++ Demos/Build the Docker container & apps"

From RidgeRun Developer Connection
Jump to: navigation, search
(Created page with "== C++ Demos == ==== Build the Docker container ==== <syntaxhighlight lang=bash> cd /opt/edge_ai_apps/docker/ ./docker_build.sh </syntaxhighlight> ==== Run the Docker conta...")
 
Line 1: Line 1:
== C++ Demos ==
+
== Build the Docker container & apps ==
  
 
==== Build the Docker container ====
 
==== Build the Docker container ====

Revision as of 10:09, 15 June 2021

Build the Docker container & apps

Build the Docker container

cd /opt/edge_ai_apps/docker/
./docker_build.sh

Run the Docker container

./docker_run.sh

Build the apps

cd /opt/edge_ai_apps/apps_cpp/
mkdir build
cd build
cmake ..
make
mkdir outputs