You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I run it I get: Runner failed with exception: container exited successfully but never requested inputs
When I run modal shell --image alexkreidler/marker-server:1.0.2-modal it exits immediately instead of giving me an interactive shell (one time it did print root@modal:/# then exited. I can run it with --cmd 'echo hi' and that works.
I have this code:
But when I run it I get:
Runner failed with exception: container exited successfully but never requested inputs
When I run
modal shell --image alexkreidler/marker-server:1.0.2-modal
it exits immediately instead of giving me an interactive shell (one time it did printroot@modal:/#
then exited. I can run it with--cmd 'echo hi'
and that works.My entrypoint is following the example script from the docs:
Do I need to add something else? Like
CMD ["uvicorn", "src.server:app", "--host", "0.0.0.0", "--port", "8000"]
Shouldn't modal be "passing in" the right command to run, whether for the shell or to run a python function?
My full code with dockerfiles, entrypoint, etc is here
The text was updated successfully, but these errors were encountered: