We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de824e9 + 7d84a11 commit 064b7a8Copy full SHA for 064b7a8
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ocrd/core:v2.62.0 AS base
+FROM docker.io/ocrd/core:v2.67.2 AS base
2
ARG VCS_REF
3
ARG BUILD_DATE
4
LABEL \
@@ -7,14 +7,14 @@ LABEL \
7
org.label-schema.vcs-url="https://github.com/OCR-D/ocrd_segment" \
8
org.label-schema.build-date=$BUILD_DATE
9
10
-WORKDIR /build
+WORKDIR /build/ocrd_segment
11
COPY setup.py .
12
COPY ocrd_segment/ocrd-tool.json .
13
COPY ocrd_segment ./ocrd_segment
14
COPY requirements.txt .
15
COPY README.md .
16
RUN pip install .
17
-RUN rm -rf /build
+RUN rm -rf /build/ocrd_segment
18
19
WORKDIR /data
20
VOLUME ["/data"]
0 commit comments