Skip to content

Commit

Permalink
all done
Browse files Browse the repository at this point in the history
  • Loading branch information
aakashmohole committed Jun 1, 2024
1 parent bca87c4 commit ac5e3d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Empty file added .github/workflows/main.yaml
Empty file.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.12.1
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
CMD python app.py
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ streamlit
pickle
scikit-learn
streamlit_extras
streamlit_option_menu
streamlit_option_menu
pandas
numpy
matplotlib
seaborn

0 comments on commit ac5e3d3

Please sign in to comment.