Turing311 commited on
Commit
4cb3682
·
1 Parent(s): 33e8914
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ COPY ./ocrengine/libimutils.so /usr/lib
10
  COPY ./ocrengine/libttvcore.so /usr/lib
11
  COPY ./app.py .
12
  COPY ./demo.py .
 
13
  COPY ./run.sh .
14
  RUN pip3 install -r requirements.txt
15
  RUN chmod a+x ./ocrengine/ttvocrsrv run.sh
 
10
  COPY ./ocrengine/libttvcore.so /usr/lib
11
  COPY ./app.py .
12
  COPY ./demo.py .
13
+ COPY ./examples ./examples
14
  COPY ./run.sh .
15
  RUN pip3 install -r requirements.txt
16
  RUN chmod a+x ./ocrengine/ttvocrsrv run.sh