yolo12138 commited on
Commit
50f93a8
·
1 Parent(s): b7703b3
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ COPY --chown=user word_1.jpg $HOME/app
27
  RUN paddleocr --image_dir ./word_1.jpg --use_angle_cls true --use_gpu false --lang ch
28
  RUN paddleocr --image_dir ./table.jpg --type=structure --table=true --lang ch
29
 
30
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
27
  RUN paddleocr --image_dir ./word_1.jpg --use_angle_cls true --use_gpu false --lang ch
28
  RUN paddleocr --image_dir ./table.jpg --type=structure --table=true --lang ch
29
 
30
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]