mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🐛 Work around sbb_textline_detection#50 by downgrading h5py to <3
This commit is contained in:
parent
16d8606484
commit
2c7304caec
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ ARG SBB_TEXTLINE_DETECTOR_COMMIT="247d5f9"
|
|||
|
||||
# Build pip installable stuff
|
||||
RUN ${PIP_INSTALL} \
|
||||
# Now the real stuff:
|
||||
# https://github.com/qurator-spk/sbb_textline_detection/issues/50
|
||||
"h5py < 3" \
|
||||
https://github.com/qurator-spk/sbb_textline_detector/archive/$SBB_TEXTLINE_DETECTOR_COMMIT.tar.gz
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue