[Issue]: <SIGKILL on Startup During Docker Build with graphrag Imports> #1232
Labels
awaiting_response
Maintainers or community have suggested solutions or requested info, awaiting filer response
Do you need to file an issue?
Describe the issue
I'm encountering a SIGKILL error when starting my app after building it with Docker (targeting
linux/amd64
). The app works locally without issues, but during Docker-based startup, some specific imports from thegraphrag
package cause a SIGKILL, preventing the app from starting.Problem Imports:
Steps to reproduce
Expected Behavior:
The app should start without crashing or encountering a SIGKILL.
Environment:
Local environment: M1 Mac with Apple silicon, Works with Uvicorn without issues.
Docker environment: Fails on startup with SIGKILL.
Docker Target: linux/amd64
entrypoint:
Dependencies
GraphRAG Config Used
# Paste your config here
Logs and screenshots
Run in docker:
Run in gunicorn locally:
Additional Information
The text was updated successfully, but these errors were encountered: