Skip to content

Commit

Permalink
No zeroconf for now
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Jan 23, 2024
1 parent 8ddabf4 commit c1d1bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowboy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN \
wheel \
&& .venv/bin/pip3 install --no-cache-dir \
--extra-index-url https://www.piwheels.org/simple \
"wyoming-snowboy[zeroconf] @ https://github.com/rhasspy/wyoming-snowboy/archive/refs/tags/v${WYOMING_SNOWBOY_VERSION}.tar.gz" \
"wyoming-snowboy @ https://github.com/rhasspy/wyoming-snowboy/archive/refs/tags/v${WYOMING_SNOWBOY_VERSION}.tar.gz" \
&& curl --location --output - \
"https://github.com/rhasspy/snowman-enroll/releases/download/v${SNOWMAN_ENROLL_VERSION}/snowman_enroll-${TARGETARCH}${TARGETVARIANT}.tar.gz" | \
tar -xzf - \
Expand Down

0 comments on commit c1d1bf9

Please sign in to comment.