Infrastructure configuration

Note: If you have changed the configuration or changed the operating status of any component involved in this document while LiCO is running, the following command must be executed to restart LiCO:

 

Login configuration

The following part of the login configuration in the /etc/lico/lico.ini.d/user.ini should be modified:

 

Job resource configuration

The following part of the job resource configuration in the /etc/lico/lico.ini.d/job.ini should be modified:

 

Database configuration

If you database server is not the same as the LiCO management node. Change the instructions in the following configuration file to the ip address of your database server.

/etc/lico/lico.ini

 

AI Studio configuration

If you need the function of publishing your aistudio model to docker, you must prepare a letrain docker image on a docker registry. The following part of the aistudio configuration in the /etc/lico/lico.ini.d/aistudio.ini should be modified:

 

Publish configuration

In the publish operation, the /tmp directory is used by default to cache temporary files. If you want to change it,the following part of the Publish configuration in the /etc/lico/lico.ini.d/publish.ini should be modified:

 

When you need to publish docker. you need to edit the /etc/containers/storage.conf file. modify the mountopt = "nodev,metacopy=on" to mountopt = "nodev,metacopy=off".

Container configuration

If you want to use lico web to build images. the following part of the container configuration in the /etc/lico/lico.ini.d/container.ini should be modified:

 

Cloudtools configuration

If you want to control the time when jupyter is automatically closed. the following part of the devtools configuration in the /etc/lico/lico.ini.d/cloudtools.ini should be modified:

 

If you want to add automatic labeling function in CVAT, you need to add nuclio server address in /etc/lico/lico.ini.d/cloudtools.ini configuration file (If you don't have Nuclio or auto annotation model installed, Please refer to https://openvinotoolkit.github.io/cvat/docs/administration/advanced/installation_automatic_annotation/):