docker-compose -f docker-compose.yml -f docker-compose.cuda.yml -f docker-compose.openvino.yml up -d
docker-compose -f docker-compose.yml -f components/cuda/docker-compose.cuda.yml -f components/openvino/docker-compose.openvino.yml up -d
```
```
For details please see [components section](components/README.md).
### Create superuser account
### Create superuser account
You can [register a user](http://localhost:8080/auth/register) but by default it will not have rights even to view list of tasks. Thus you should create a superuser. The superuser can use admin panel to assign correct groups to the user. Please use the command below:
You can [register a user](http://localhost:8080/auth/register) but by default it will not have rights even to view list of tasks. Thus you should create a superuser. The superuser can use admin panel to assign correct groups to the user. Please use the command below:
@ -93,7 +95,7 @@ services:
It is possible to proxy annotation logs from client to ELK. To do that run the following command below:
It is possible to proxy annotation logs from client to ELK. To do that run the following command below:
```bash
```bash
docker-compose -f docker-compose.yml -f analytics/docker-compose.yml up -d --build
docker-compose -f docker-compose.yml -f components/analytics/docker-compose.analytics.yml up -d --build