FROM python:3.10 RUN python -m venv venv RUN source venv/bin/activate RUN pip install -r requirements.txt ENTRYPOINT streamlit app.py