Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yangtb24/sone
yangtb24
/
ds
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b2be9c5
ds
/
Dockerfile
yangtb24
Update Dockerfile
b2be9c5
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
120 Bytes
FROM
python:
3.12
-rc-slim-buster
RUN
pip install --no-cache-dir -r requirements.txt
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]