Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lfoppiano/datastet
lfoppiano
/
datastet-dev
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9cc7672
datastet-dev
/
Dockerfile
lfoppiano
Create Dockerfile
9cc7672
over 1 year ago
raw
Copy download link
history
blame
Safe
166 Bytes
FROM
lfoppiano/grobid:
0.8
.
0
USER
root
RUN
mkdir
-m 777 -p /opt/grobid/grobid-home/tmp
RUN
mkdir
-m 777 -p /opt/grobid/logs
CMD
[
"./grobid-service/bin/grobid-service"
]