|
@@ -100,7 +100,6 @@ stdout_logfile_maxbytes=50MB\n\
|
|
" > /etc/supervisor/conf.d/be.conf
|
|
" > /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-paddleclas.tgz && tar xvf table-paddleclas.tgz
|
|
RUN cd / && wget ftp://192.168.199.31/table-paddleocr.tgz && tar xvf table-paddleocr.tgz
|
|
RUN cd / && wget ftp://192.168.199.31/table-paddleocr.tgz && tar xvf table-paddleocr.tgz
|
|
-RUN mkdir -p models/det && cd models/det && wget ftp://192.168.199.31/det_pse/table/20240223/det_pse.zip && unzip det_pse.zip -d tmp && mv tmp/det_pse det_pse_quad && rm -r tmp && rm det_pse.zip
|
|
|
|
|
|
|
|
Add . /workspace
|
|
Add . /workspace
|
|
EXPOSE 8080
|
|
EXPOSE 8080
|