Turing311 commited on
Commit
804992f
·
1 Parent(s): 320c4de
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ RUN mkdir -p /home/faceonlive_iddocrecog
5
  WORKDIR /home/faceonlive_iddocrecog
6
  COPY ./requirements.txt .
7
  COPY ./ocrengine .
 
8
  COPY ./app.py .
9
  COPY ./demo.py .
10
  RUN pip3 install -r requirements.txt
 
5
  WORKDIR /home/faceonlive_iddocrecog
6
  COPY ./requirements.txt .
7
  COPY ./ocrengine .
8
+ COPY ./ocrengine/libttvocrengine.so /usr/lib
9
  COPY ./app.py .
10
  COPY ./demo.py .
11
  RUN pip3 install -r requirements.txt