Zhu-FaceOnLive commited on
Commit
b54e920
1 Parent(s): 77cdbfa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,6 +13,6 @@ 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
17
  CMD ["./run.sh"]
18
  EXPOSE 8080
 
13
  COPY ./samples ./samples
14
  COPY ./run.sh .
15
  RUN pip3 install -r requirements.txt
16
+ RUN chmod a+x run.sh
17
  CMD ["./run.sh"]
18
  EXPOSE 8080