-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
Repeated errors in Docker container log, after pulling and starting wire-pod in a docker container:
fatal: not a git repository (or any of the parent directories): .git
./chipper: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
What are you running wire-pod on?
- [OS]: Portainer (Docker) environment
- [Hardware]: Raspberry Pi 4b
Are you setting up a prod (regular) bot or a dev/OSKR (unlocked) bot?
-> regular
What steps have you tried?
Using the following compose file:
services:
wire-pod:
hostname: escapepod
image: ghcr.io/kercre123/wire-pod:main
restart: unless-stopped
network_mode: host
volumes:
- wire-pod-data:/chipper/
- wire-pod-model:/vosk/
volumes:
wire-pod-data:
driver: local
wire-pod-model:
driver: local
When switching to wire-pod:nightly, everything works like before updating from v1.2.15 (main) to v1.2.16 (main)
tpedelose
Metadata
Metadata
Assignees
Labels
No labels