Skip to content

Commit 9ce3349

Browse files
committed
update build instructions
1 parent 3c1dc51 commit 9ce3349

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before getting started, ensure you have:
3030

3131
### Build & Run Instructions
3232

33-
You can deploy Flare AI RAG using Docker or set up the backend and frontend manually.
33+
You can deploy Flare AI Consensus using Docker or set up the backend and frontend manually.
3434

3535
#### Environment Setup
3636

@@ -42,13 +42,13 @@ You can deploy Flare AI RAG using Docker or set up the backend and frontend manu
4242
1. **Build the Docker Image:**
4343

4444
```bash
45-
docker build -t flare-ai-rag .
45+
docker build -t flare-ai-consensus .
4646
```
4747

4848
2. **Run the Docker Container:**
4949

5050
```bash
51-
docker run -p 80:80 -it --env-file .env flare-ai-rag
51+
docker run -p 80:80 -it --env-file .env flare-ai-consensus
5252
```
5353

5454
3. **Access the Frontend:**
@@ -206,7 +206,7 @@ type=pd-standard \
206206

207207
```plaintext
208208
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
209-
rag-team1 us-central1-b n2d-standard-2 10.128.0.18 34.41.127.200 RUNNING
209+
consensus-team1 us-central1-b n2d-standard-2 10.128.0.18 34.41.127.200 RUNNING
210210
```
211211

212212
2. It may take a few minutes for Confidential Space to complete startup checks. You can monitor progress via the [GCP Console](https://console.cloud.google.com/welcome?project=verifiable-ai-hackathon) logs.

0 commit comments

Comments
 (0)