Spaces:
Runtime error
Runtime error
Update
Browse files- 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
|