Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Persano
/
reformape
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
reformape
/
Dockerfile
Persano
Update Dockerfile
40b4bad
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
FROM
python:
3.10
-slim
WORKDIR
/app
COPY
. /app
RUN
pip install --no-cache-dir -r requirements.txt
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]