From 4a555ed489aca20d36fcd17b06e1dad9a0f4535f Mon Sep 17 00:00:00 2001
From: Ashish Rao <54390491+raoashish10@users.noreply.github.com>
Date: Mon, 4 Nov 2024 23:02:14 -0800
Subject: [PATCH] Update README.md
---
README.md | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/README.md b/README.md
index 736d2fe..14d0252 100644
--- a/README.md
+++ b/README.md
@@ -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:
-```gcloud builds submit --tag us.gcr.io/lira-379304/lira-docker```
-- Deploy on Google Cloud Run
-```
-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/```
\ No newline at end of file