Spaces:
Runtime error
Runtime error
Zhu-FaceOnLive
commited on
Commit
•
ea49242
1
Parent(s):
10c1315
Update Dockerfile
Browse files- 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 ./samples ./samples
|
14 |
COPY ./run.sh .
|
15 |
RUN pip3 install -r requirements.txt
|
16 |
RUN chmod a+x ./ocrengine/ttvocrsrv run.sh
|