File size: 159 Bytes
1f51a3e
0561cd6
1f51a3e
0561cd6
1f51a3e
 
1
2
3
4
5
6
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