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...
1f51a3e
DAMHelper
/
Dockerfile
enricorampazzo
Create Dockerfile
1f51a3e
verified
8 months ago
raw
Copy download link
history
blame
133 Bytes
FROM
python:
3.10
RUN
python -m venv venv
RUN
source
venv/bin/activate
RUN
pip install -r requirements.txt
ENTRYPOINT
streamlit app.py