improve the OCR pipeline processing and outputs formatting
This commit is contained in:
@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY pyproject.toml ./
|
||||
RUN pip install --no-cache-dir uv && uv sync --frozen
|
||||
COPY pyproject.toml uv.lock ./
|
||||
RUN pip install --no-cache-dir uv && uv sync --frozen --no-dev
|
||||
|
||||
COPY src ./src
|
||||
COPY config.yaml ./
|
||||
|
||||
Reference in New Issue
Block a user