slub / ocrd_controller

Path to network implementation of OCR-D
MIT License
6 stars 3 forks source link

Problem while building image #3

Closed markusweigelt closed 2 years ago

markusweigelt commented 2 years ago
 => ERROR [22/33] RUN for venv in /usr/local/sub-venv/*; do . $venv/bin/activate && make -C core install PIP_INSTALL="pip install -e"; done                                                                                             0.6s
------
 > [22/33] RUN for venv in /usr/local/sub-venv/*; do . $venv/bin/activate && make -C core install PIP_INSTALL="pip install -e"; done:
#27 0.472 /bin/sh: 1: .: Can't open /usr/local/sub-venv/*/bin/activate
------
executor failed running [/bin/sh -c for venv in /usr/local/sub-venv/*; do . $venv/bin/activate && make -C core install PIP_INSTALL="pip install -e"; done]: exit code: 2
bertsky commented 2 years ago

Yes, that's due to a pointless upstream change to the sub-venv path.

I'll try to rebuild with the current ocrd_all release.