You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: