I tried to build a docker image from local source code, but after the build was successful, an error occurred during runtime: ModuleNotFoundError: No module named 'backend'
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @wubucheng on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10734
I tried to build a docker image from local source code, but after the build was successful, an error occurred during runtime: ModuleNotFoundError: No module named 'backend'
my docker-compose.yml
my dockerfile
I just modified this.file ,other not changed. When I execute
docker-comopse up,occurred this problem.My docker image successful builded
ERROR MESSAGE