2 Commits 25ef42afc5 ... 5b7399e230

Autore SHA1 Messaggio Data
  liweiquan 5b7399e230 Merge remote-tracking branch 'origin/master' 8 mesi fa
  liweiquan 504f46190b paddle-ocr文件提前下载 8 mesi fa
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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