Image based on the GitHub repository: https://github.com/imehr/markitdown-ui
Updated to use python 3.12
Docker compose example:
---
services:
markitdown:
image: vviudez/markitdown-ui:latest
hostname: markitdown-ui
container_name: markitdown-ui
restart: unless-stopped
ports:
- "8501:8501"
environment:
- PYTHONUNBUFFERED=1
- PYTHONDONTWRITEBYTECODE=1
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:8501/_stcore/health"]
interval: 30s
timeout: 10s
retries: 3
Content type
Image
Digest
sha256:6acc6be7e…
Size
457.9 MB
Last updated
4 months ago
docker pull vviudez/markitdown-ui