Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sdas2485
/
pdf.ai
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
pdf.ai
/
Dockerfile
sdas2485
Create Dockerfile
a748ceb
verified
13 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
FROM
python:
3.9
WORKDIR
/app
COPY
. /app
RUN
pip install -r requirements.txt
CMD
gunicorn -w 4 -b 0.0.0.0:7860 app:app