Edge Software Catalog
Support for issues related to Edge Software Catalog

EIS - VA Module

ChaiEong_B_Intel
Employee
1,153 Views

how to just install the Video Analytic module from the EIS package?

Labels (1)
0 Kudos
2 Replies
WengWai_C_Intel
Moderator
1,153 Views

Under the docker_setup directory of EIS repository, there is a docker-compose.yml file to configure which modules need to be built and enabled within EIS. By default, VA module is enabled and if user would like to disable other modules, this can be done by comment out the rest of the module configuration within the docker-compose.yml file. However, there are 3 basics modules need to be enabled to have EIS works, which are ia_eisbase, ia_common and ia_etcd_ui in the docker-compose.yml file.

0 Kudos
Jia-Shing_W_Intel
Moderator
1,153 Views

Alternatively, you can keep your docker-compose.yml file as is while only building the ia_video_analytics service and its dependencies. You can do so by issuing this command "docker-compose build ia_eisbase ia_common ia_openvino_base ia_etcd_ui ia_video_analytics" (Make sure you have already downloaded and untar the openvino package under common/openvino/). To start the containers, run "docker-compose up -d  ia_etcd_ui ia_video_analytics".

0 Kudos
Reply