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