Spaces:
Sleeping
Sleeping
File size: 290 Bytes
a6fdaed 9cc7672 bf49702 8d3c5c1 a6fdaed 8d3c5c1 9cc7672 |
1 2 3 4 5 6 7 8 9 |
FROM lfoppiano/grobid:segmentation-light
USER root
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
RUN mkdir -m 777 -p /opt/grobid/logs
RUN chmod -R uog+rw /data/db
# COPY --chown=lfoppiano grobid.yaml /opt/grobid/grobid-home/config/grobid.yaml
CMD ["./grobid-service/bin/grobid-service"] |