Skip to content

Commit

Permalink
Added streamlit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-ch committed Jul 5, 2024
1 parent 0e1d818 commit 0fb3ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ COPY --from=build-env /build /pybalance
# expose jupyter
EXPOSE 8888
EXPOSE 8080
EXPOSE 8501
3 changes: 3 additions & 0 deletions environments/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ ortools==9.9.3963
boto3
fsspec
s3fs

# streamlit installation
streamlit

0 comments on commit 0fb3ce1

Please sign in to comment.