File size: 126 Bytes
1f51a3e
 
af72954
1f51a3e
 
1
2
3
4
5
FROM python:3.10
RUN python -m venv venv
RUN venv/bin/activate
RUN pip install -r requirements.txt
ENTRYPOINT streamlit app.py