1
0

2 کامیت‌ها 25ef42afc5 ... 5b7399e230

نویسنده SHA1 پیام تاریخ
  liweiquan 5b7399e230 Merge remote-tracking branch 'origin/master' 8 ماه پیش
  liweiquan 504f46190b paddle-ocr文件提前下载 8 ماه پیش
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