According to several online articles like this one, you need to create a requirements.txt
file to deploy a streamlit app via Heroku. My project has an environment.yml
file for a conda environment instead, and I'm wondering if it's possible to use that rather than requirements.txt
? Thanks!
Asked
Active
Viewed 13 times
0
-
There're buildpacks to create conda environment at Heroku dynos. See https://stackoverflow.com/a/55090663/7976758 Found in https://stackoverflow.com/search?q=%5Bheroku%5D+conda – phd Nov 09 '22 at 17:01
-
https://stackoverflow.com/q/47949173/7976758 – phd Nov 09 '22 at 17:02