-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Docker compose via portainer:
version: '3.8'
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
privileged: true
security_opt:
- seccomp:unconfined
- apparmor:unconfined
- label=type:container_engine_t
cgroup: host
volumes:
- /mnt/external/docker/openwebui:/app/backend/data
- /mnt/external/docker/openwebui/projects:/app/projects
- /sys/fs/cgroup:/sys/fs/cgroup:rw
ports:
- 4040:8080
environment:
- 'OLLAMA_BASE_URL=http://192.168.1.102:11434'
- 'WEBUI_SECRET_KEY='
restart: unless-stopped
Error message:
Emitting citation event: {'type': 'code_execution', 'id': '15ae2630-8fdf-4503-a8cf-3d56dae14bd7', 'name': 'Python tool execution', 'code': 'import datetime; print(datetime.datetime.now().date())', 'language': 'python'}
Emitting citation event: {'type': 'code_execution', 'id': '15ae2630-8fdf-4503-a8cf-3d56dae14bd7', 'name': 'Python tool execution', 'code': 'import datetime; print(datetime.datetime.now().date())', 'language': 'python', 'result': {'error': 'Sandbox runtime failed: Sandbox did not start in time: /tmp/sandbox_qant5ur3/sandbox/started still does not exist'}}
Emitting status event: {'status': 'error', 'description': '[DEBUG MODE] Sandbox runtime failed: Sandbox did not start in time: /tmp/sandbox_qant5ur3/sandbox/started still does not exist; language=python; code=import datetime; print(datetime.datetime.now().date()); valves=[NETWORKING_ALLOWED=True MAX_RUNTIME_SECONDS=30 MAX_RAM_MEGABYTES=128 REQUIRE_RESOURCE_LIMITING=True AUTO_INSTALL=True CHECK_FOR_UPDATES=True DEBUG=True]', 'done': True}
I checked several of the other closed issues and nothing helped.
Metadata
Metadata
Assignees
Labels
No labels