Skip to content

Commit b885a59

Browse files
Update cvat setup readme (#1780)
Signed-off-by: Sachidanand Alle <salle@nvidia.com>
1 parent 241f0c4 commit b885a59

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

plugins/cvat/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@ git clone https://github.com/opencv/cvat
3232
cd cvat
3333

3434
# Use your external IP instead of localhost to make the CVAT projects sharable
35-
export CVAT_HOST=127.0.0.1
35+
export CVAT_HOST=`hostname -I | awk '{print $1}'`
3636

3737
# Start CVAT from docker-compose, make sure the IP and port are available.
3838
# Refer: https://docs.cvat.ai/docs/administration/advanced/installation_automatic_annotation/
3939
docker-compose -f docker-compose.yml -f components/serverless/docker-compose.serverless.yml up -d
4040

4141
# Create a CVAT superuser account
42-
docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'
43-
42+
docker exec -it cvat_server bash -ic 'python3 ~/manage.py createsuperuser'
4443
```
4544
**Note:** The setup process uses ports 8070, 8080, and 8090. If alternative ports are preferred, please refer to the [CVAT Guide](https://opencv.github.io/cvat/docs/administration/basics/installation/). For more information on installation steps, see the CVAT [Documentation for Semi-automatic and Automatic Annotation](https://opencv.github.io/cvat/docs/administration/advanced/installation_automatic_annotation/).
4645

0 commit comments

Comments
 (0)