Skip to content

Commit

Permalink
Merge pull request #166 from hotosm/kshitijrajsharma-patch-1
Browse files Browse the repository at this point in the history
Update Docker-installation.md
  • Loading branch information
kshitijrajsharma authored Sep 26, 2023
2 parents 1802188 + 9707473 commit 7f47827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Docker-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Docker Compose is created with redis , worker , postgis database , api and fron
mkdir ramp
```
- Download BaseModel Checkpoint from [here](https://drive.google.com/file/d/1wvJhkiOrSlHmmvJ0avkAdu9sslFf5_I0/view?usp=sharing)

OR You can use basemodel from [Model Ramp Baseline](https://github.com/radiantearth/model_ramp_baseline/tree/main/data/input/checkpoint.tf)
```
pip install gdown
gdown --fuzzy https://drive.google.com/file/d/1wvJhkiOrSlHmmvJ0avkAdu9sslFf5_I0/view?usp=sharing
Expand Down Expand Up @@ -123,4 +123,4 @@ Docker Compose is created with redis , worker , postgis database , api and fron
docker compose restart
```

Frontend will be available on 5000 port , Backend will be on 8000 , Flower will be on 5500
Frontend will be available on 5000 port , Backend will be on 8000 , Flower will be on 5500

0 comments on commit 7f47827

Please sign in to comment.