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