mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2024-12-26 16:24:19 +00:00
Dockerfile codestyle
This commit is contained in:
parent
da29659a9b
commit
104598039e
@ -91,12 +91,12 @@ RUN apt-get install --no-install-recommends --yes \
|
|||||||
&& pip install natsort
|
&& pip install natsort
|
||||||
|
|
||||||
|
|
||||||
RUN rm -r /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
|
|
||||||
## Install Pipeline ##
|
## Install Pipeline ##
|
||||||
COPY hocrtotei ocr /usr/local/bin/
|
COPY hocrtotei ocr /usr/local/bin/
|
||||||
|
|
||||||
|
|
||||||
|
RUN rm -r /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
||||||
ENTRYPOINT ["ocr"]
|
ENTRYPOINT ["ocr"]
|
||||||
CMD ["--help"]
|
CMD ["--help"]
|
||||||
|
Loading…
Reference in New Issue
Block a user