Skip to content

Commit

Permalink
Update docker_setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamarunbrahma authored Jan 24, 2025
1 parent bc9f644 commit a6c6a34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docker_setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker Setup Guide for Vision Parse

This guide explains how to set up Vision Parse using Docker on macOS and Linux systems.
This guide explains setting up Vision Parse using Docker on macOS and Linux systems.

## Prerequisites

Expand Down Expand Up @@ -48,7 +48,7 @@ export GEMINI_API_KEY=your_gemini_api_key

## Running Docker Container

1. If you have an Nvidia GPU, uncomment the following lines in your docker-compose.yml:
1. If you have Nvidia GPU, uncomment the following lines in docker-compose.yml:
```yaml
deploy:
resources:
Expand All @@ -70,7 +70,7 @@ export GEMINI_API_KEY=your_gemini_api_key

## Troubleshooting

1. If using Ollama-based models, ensure port 11434 is not being used by another service:
1. If using Ollama-based models, ensure another service is not using port 11434:
```bash
# macOS
lsof -i :11434
Expand All @@ -89,4 +89,4 @@ docker compose logs vision-parse
To stop the Vision Parse container:
```bash
docker compose down
```
```

0 comments on commit a6c6a34

Please sign in to comment.