|
@@ -100,6 +100,7 @@ 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/table && cd models/table && wget ftp://192.168.199.31/SLANet_ch/20240222/SLANet_ch.zip && unzip SLANet_ch.zip && mv SLANet_ch SLANet_latest && rm SLANet_ch.zip
|
|
|
|
|
|
Add . /workspace
|
|
Add . /workspace
|
|
EXPOSE 8080
|
|
EXPOSE 8080
|