Deploying large sized app stuck in the oven

Hello,
I am using github lfs to handle large files related to Questgen.ai library (vectors folder > 100MB). I managed to get the streamlit app working locally on my machine but I cant get it to start on streamlit servers. Could you please advise or check if some files causing some issues ?

link to app:https://share.streamlit.io/nalhamzy/clustering-project/main/main.py

Hi @dvlp -

I would start by cleaning up your requirements.txt file to only include the packages that you are specifically calling in your app. With hundreds of packages with specific version numbers, I suspect that the pip solver is getting stuck trying to install that exact environment.

Best,
Randy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.