From 97074737bd8c6b09667b95f06710a709c418c512 Mon Sep 17 00:00:00 2001 From: Kshitij Raj Sharma <36752999+kshitijrajsharma@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:54:37 +0545 Subject: [PATCH] Update Docker-installation.md --- docs/Docker-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Docker-installation.md b/docs/Docker-installation.md index 7fdd8d01..a801ae38 100644 --- a/docs/Docker-installation.md +++ b/docs/Docker-installation.md @@ -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 @@ -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 \ No newline at end of file + Frontend will be available on 5000 port , Backend will be on 8000 , Flower will be on 5500