2 Commits 25ef42afc5 ... 5b7399e230

Author SHA1 Message Date
  liweiquan 5b7399e230 Merge remote-tracking branch 'origin/master' 8 months ago
  liweiquan 504f46190b paddle-ocr文件提前下载 8 months ago
1 changed files with 2 additions and 0 deletions
  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