Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lfoppiano
/
grobid
like
4
Running
App
Files
Files
Community
6084e68
grobid
/
Dockerfile
lfoppiano
Update Dockerfile
6084e68
verified
2 months ago
raw
Copy download link
history
blame
Safe
196 Bytes
FROM
lfoppiano/grobid:
0.8
.
1
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"
]