Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
smarthec
smarthec_backend
Commits
f865b21b
Commit
f865b21b
authored
Aug 24, 2021
by
Robert Sachunsky
Browse files
Dockerfile: reflect new ocrd/all
parent
12934c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f865b21b
...
...
@@ -36,25 +36,10 @@ RUN pip install h5py==2.10
# remove ocrd_segment from sub-venv
RUN
rm
$PREFIX
/bin/ocrd-segment
*
ENV
NO_UPDATE=1
# update to ocrd_calamari#65 (setup during init)
RUN
git
-C
ocrd_calamari fetch origin pull/65/head:setup-init
RUN
git
-C
ocrd_calamari checkout setup-init
RUN
make
-W
ocrd_calamari ocrd-calamari-recognize
# update to sbb_binarization#31 (setup during init)
RUN
git
-C
sbb_binarization fetch origin pull/31/head:setup-init
RUN
git
-C
sbb_binarization checkout setup-init
RUN
make
-W
sbb_binarization ocrd-sbb-binarize
# update ocrd-anybaseocr-crop
RUN
git
-C
ocrd_anybaseocr fetch origin pull/84/head:not-binarized
RUN
git
-C
ocrd_anybaseocr checkout not-binarized
RUN
make
-W
ocrd_anybaseocr ocrd-anybaseocr-crop
# update workflow-configuration (make server)
RUN
git
-C
workflow-configuration pull origin master
RUN
make
-C
workflow-configuration
install
# update ocrd_tesserocr
RUN
git
-C
ocrd_tesserocr fetch origin pull/179/head:improve-tessapi-reset
RUN
git
-C
ocrd_tesserocr checkout improve-tessapi-reset
RUN
pip
install
-e
ocrd_tesserocr
# add ocrd_segment address detection branch
RUN
git
-C
ocrd_segment fetch origin maskrcnn-cli
RUN
git
-C
ocrd_segment checkout maskrcnn-cli
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment