Files
wehub-resource-sync 76d991c447
Auto Update PR / update-prs (push) Has been cancelled
CI / format-check (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / live-api-tests (push) Has been cancelled
CI / plugin-integration-test (push) Has been cancelled
CI / ollama-integration-test (push) Has been cancelled
CI / test-fork-pr (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:37:14 +08:00

12 lines
214 B
Docker

# Production Dockerfile for LangExtract
FROM python:3.10-slim
# Set working directory
WORKDIR /app
# Install LangExtract from PyPI
RUN pip install --no-cache-dir langextract
# Set default command
CMD ["python"]