Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Jan 31, 2024
1 parent ebc7e1f commit 253291d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM ocrd/core:v2.62.0 AS base

WORKDIR /build-ocrd_segment
COPY setup.py .
COPY ocrd_segment/ocrd-tool.json .
COPY ocrd_segment ./ocrd_segment
COPY requirements.txt .
COPY README.md .
RUN pip install . \
&& rm -rf /build-ocrd_segment

WORKDIR /data

0 comments on commit 253291d

Please sign in to comment.