Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lfoppiano
/
grobid
like
4
Running
App
Files
Files
Community
6c08658
grobid
/
Dockerfile
lfoppiano
Create Dockerfile
6c08658
over 1 year ago
raw
Copy download link
history
blame
Safe
162 Bytes
FROM
lfoppiano/grobid:
0.7
.
2
USER
root
RUN
mkdir
-m 777 -p /opt/grobid/grobid-home/tmp
ENTRYPOINT
[
"/tini"
,
"-s"
,
"--"
]
CMD
[
"./grobid-service/bin/grobid-service"
]