Turing311 commited on
Commit
a2a4934
·
1 Parent(s): 8e3187f
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
  RUN pip3 install -r requirements.txt
14
  COPY ./ttvocrsrv /tmp
15
  RUN chmod a+x run.sh
 
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
  COPY ./ttvocrsrv /tmp
16
  RUN chmod a+x run.sh