Skip to content

Commit

Permalink
Added docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
areebahmeddd committed Oct 8, 2024
1 parent cef4549 commit 28bd2cb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,22 @@ Follow these steps to set up and run the Mivro Python Server on your local machi

### Installation

#### Option 1: Docker Setup

1. **Pull the Docker Image**:
```bash
docker pull areebahmeddd/mivro-backend:latest
```

2. **Run the Docker Container**:
```bash
docker run -p 5000:5000 -e GEMINI_API_KEY=your_gemini_api_key areebahmeddd/mivro-backend:latest
```

- Replace `your_gemini_api_key` with your actual API key.

#### Option 2: Local Setup

1. **Fork the Repository**:
- Go to the [Mivro Python Server repository](https://github.com/1MindLabs/mivro-python-server) and click "Fork" to create a copy under your GitHub account.

Expand Down

0 comments on commit 28bd2cb

Please sign in to comment.