mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #10734] ModuleNotFoundError: No module named 'backend' #31539
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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