Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enricorampazzo
/
DAMHelper
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
af72954
DAMHelper
/
Dockerfile
enricorampazzo
Update Dockerfile
af72954
verified
6 months ago
raw
Copy download link
history
blame
126 Bytes
FROM
python:3.10
RUN
python -m venv venv
RUN
venv/bin/activate
RUN
pip install -r requirements.txt
ENTRYPOINT streamlit app.py