2 커밋 25ef42afc5 ... 5b7399e230

작성자 SHA1 메시지 날짜
  liweiquan 5b7399e230 Merge remote-tracking branch 'origin/master' 10 달 전
  liweiquan 504f46190b paddle-ocr文件提前下载 10 달 전
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -96,6 +96,8 @@ redirect_stderr=true\n\
 stdout_logfile=/var/log/be.log\n\
 stdout_logfile_maxbytes=50MB\n\
 " > /etc/supervisor/conf.d/be.conf
+RUN cd / && wget ftp://192.168.199.31/table-paddleclas.tgz && tar xvf table-paddleclas.tgz
+RUN cd / && wget ftp://192.168.199.31/table-paddleocr.tgz && tar xvf table-paddleocr.tgz
 
 
 Add . /workspace