Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raoashish10 authored Nov 5, 2024
1 parent 3d50fbe commit 4a555ed
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,3 @@ Legal Information Retrieval, Analysis and Summarization - LIRA(S)
### Running locally
- Run Docker commands
- Site hosted on ```localhost:8888```

### Pushing image to Google Cloud Run
- Build image using:<br>
```gcloud builds submit --tag us.gcr.io/lira-379304/lira-docker```
- Deploy on Google Cloud Run <br>
```
gcloud run deploy lira-service \
--image us.gcr.io/lira-379304/lira-docker \
--project lira-379304 \
--region "us-central1" \
--allow-unauthenticated
```

### Google Cloud Run hosted website
Link: ```https://lira-service-hj65fnd7ba-uc.a.run.app/```

0 comments on commit 4a555ed

Please sign in to comment.