Skip to content

Commit

Permalink
Update README.md (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev authored and nmanovic committed Oct 17, 2018
1 parent 0b10ba6 commit 92b3d60
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ To start default container run `docker-compose up -d` command. Go to [localhost:

```bash
# 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
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

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:
Expand Down Expand Up @@ -93,7 +95,7 @@ services:
It is possible to proxy annotation logs from client to ELK. To do that run the following command below:
```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
```


Expand Down

0 comments on commit 92b3d60

Please sign in to comment.