Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

latest docker image does not work on raspberry pi zero #212

Open
chrisdejager opened this issue Apr 23, 2020 · 1 comment
Open

latest docker image does not work on raspberry pi zero #212

chrisdejager opened this issue Apr 23, 2020 · 1 comment

Comments

@chrisdejager
Copy link

Nothing seems to happen when running the container with default command:
docker run -p 12101:12101
--restart unless-stopped
--name rhasspy
-v "/home/pi/rhasspy/profiles:/profiles"
--device /dev/snd:/dev/snd
synesthesiam/rhasspy-server:latest
--user-profiles /profiles
--profile en

docker container ls output:
a6932359d692 synesthesiam/rhasspy-server:latest "/run.sh --user-prof…" 26 seconds ago Restarting (132) 6 seconds ago

Seems to be restarting again and again. Some error happens but docker logs does not give any output, and I don't know how run a shell in this container to check what happens if I run run.sh manually.

@maksim-pinguin
Copy link

maksim-pinguin commented Apr 28, 2020

from the docs it's suggested that one should use the virtual environment with the pi zero.
Plus set install kalid to false the install_dependencies.sh . One could guess from the error "khalid not supported for armv6l". I myself found out with the mentioning in the hardware segment that khalid is not supported so that's not belonging there for the install for a pi zero (would be nice the requirements.txt twerk would be mentioned in the hardware segment to or somewhere.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants