grobid-duplicate-2 / Dockerfile
lfoppiano's picture
Update Dockerfile
d0ff89f
raw
history blame contribute delete
No virus
192 Bytes
FROM grobid/grobid:0.8.0
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
CMD ["./grobid-service/bin/grobid-service"]