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