nikhilno1 / healthy-or-not

24 stars 6 forks source link

Internal Server Error when uploading/specify urls #1

Closed geneho closed 5 years ago

geneho commented 5 years ago

Hi !

I'm currently having internal server errors when I upload or specify urls. Is it due to my version of fastai/pytorch?

I followed this: https://github.com/nikhilno1/healthy-or-not/blob/master/heroku-deploy.md

Thanks!

nikhilno1 commented 5 years ago

Did you check in Heroku logs for any application issue/asserts?

On Thu, Mar 7, 2019 at 9:14 AM stingray91 notifications@github.com wrote:

Hi !

I'm currently having internal server errors when I upload or specify urls. Is it due to my version of fastai/pytorch?

I followed this: https://github.com/nikhilno1/healthy-or-not/blob/master/heroku-deploy.md

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nikhilno1/healthy-or-not/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ALlzerLmBwMSSy7DKobZ_m2ruZNqFLXEks5vUIsbgaJpZM4biTQu .

geneho commented 5 years ago

Hi @nikhilno1 ,

I have only reached the testing in local docker instance , not yet into the Heroku portion.

I modified the existing dockerfile code and rebuild the whole container:

RUN pip install fastai==1.0.19

which now it works.

I'm guessing there is some changes in the latest fast.ai .