From c4a12cb94e267b5b5cbc75de2a9937fe65c89cff Mon Sep 17 00:00:00 2001 From: Tanner Davis Date: Sun, 3 Dec 2023 17:03:35 -0700 Subject: [PATCH] no sound card passthrough --- install/rhasspy-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhasspy-install.sh b/install/rhasspy-install.sh index bd912ff6..765498ed 100644 --- a/install/rhasspy-install.sh +++ b/install/rhasspy-install.sh @@ -52,7 +52,7 @@ $STD docker run -d \ --restart=always \ -v "rhasspy_profiles:/profiles" \ -v "/etc/localtime:/etc/localtime:ro" \ - --device /dev/snd:/dev/snd \ + # --device /dev/snd:/dev/snd \ rhasspy/rhasspy:latest \ --user-profiles /profiles \ --profile en