I’m trying to follow the ‘Deploying To Render’ instructions from here: https://course.fast.ai/deployment_render.html
When I try to deploy I get a segmentation fault…
Dec 17 12:41:52 PM INFO[0140] COPY app app/
Dec 17 12:41:52 PM INFO[0140] RUN python app/server.py
Dec 17 12:41:56 PM Segmentation fault (core dumped)
Dec 17 12:41:56 PM error building image: error building stage: waiting for process to exit: exit status 139
Dec 17 12:41:57 PM error: exit status 1
As far as I can tell I’ve just followed what the instructions say…
Any idea why this might be? Let me know if more info is needed to understand the problem.