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...
0561cd6
DAMHelper
/
Dockerfile
enricorampazzo
Update Dockerfile
0561cd6
verified
6 months ago
raw
Copy download link
history
blame
159 Bytes
FROM
python:
3.10
SHELL
[
"/bin/bash"
,
"-c"
]
RUN
python -m venv venv
RUN
source
venv/bin/activate
RUN
pip install -r requirements.txt
ENTRYPOINT
streamlit app.py