fastapi

I am suddenly get following error:

2024-08-02T21:50:53.316 app[7843295f24d608] iad [info] ERROR Error: failed to spawn command: uvicorn app.server:app --host 0.0.0.0 --port 8080: No such file or directory (os error 2)

2024-08-02T21:50:53.317 app[7843295f24d608] iad [info] does uvicorn exist and is it executable?

Not sure why?

Hmm, was it working fine before?

If you’re using the dockerfile we provide, take note that the binaries are stored in the .venv, so rather than uvicorn it would be something like /app/.venv/bin/uvicorn instead of just uvicorn