Update README.md (#138)

main
Boris Sekachev 7 years ago committed by Nikita Manovich
parent 0b10ba6429
commit 92b3d607d7

@ -49,12 +49,14 @@ To start default container run `docker-compose up -d` command. Go to [localhost:
```bash ```bash
# Build image with CUDA and OpenVINO support # Build image with CUDA and OpenVINO support
docker-compose -f docker-compose.yml -f docker-compose.cuda.yml -f docker-compose.openvino.yml build docker-compose -f docker-compose.yml -f components/cuda/docker-compose.cuda.yml -f components/openvino/docker-compose.openvino.yml build
# Run containers with CUDA and OpenVINO support # Run containers with CUDA and OpenVINO support
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
``` ```

Loading…
Cancel
Save