python - can not deploy django scikit learn project on heroku, slug size too large error -
i trying deploy pet project on heroku, keep getting error: "slug size 314 mb, maximum limit 300 mb". tried purging cache no effect. it's small project, listing requirements.txt file here, if helps. suggestion on deploying appreciated. thank you.
requirements.txt django==1.9.6 django-bootstrap3==7.0.1 django-registration-redux==1.4 gunicorn==19.4.5 psycopg2==2.6.1 whitenoise==2.0.6 dj-database-url==0.4.0 conda-requirements.txt numpy scipy scikit-learn
using conda buildpack: https://github.com/kennethreitz/conda-buildpack
Comments
Post a Comment