Skip to content

Commit 047f105

Browse files
Bot Updating Documentation
1 parent bf97da6 commit 047f105

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/images/docker-piper.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ services:
6767
- PGID=1000
6868
- TZ=Etc/UTC
6969
- PIPER_VOICE=en_US-lessac-medium
70+
- LOCAL_ONLY= #optional
7071
- PIPER_LENGTH=1.0 #optional
7172
- PIPER_NOISE=0.667 #optional
7273
- PIPER_NOISEW=0.333 #optional
@@ -89,6 +90,7 @@ docker run -d \
8990
-e PGID=1000 \
9091
-e TZ=Etc/UTC \
9192
-e PIPER_VOICE=en_US-lessac-medium \
93+
-e LOCAL_ONLY= `#optional` \
9294
-e PIPER_LENGTH=1.0 `#optional` \
9395
-e PIPER_NOISE=0.667 `#optional` \
9496
-e PIPER_NOISEW=0.333 `#optional` \
@@ -119,6 +121,7 @@ Containers are configured using parameters passed at runtime (such as those abov
119121
| `PGID=1000` | for GroupID - see below for explanation |
120122
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
121123
| `PIPER_VOICE=en_US-lessac-medium` | The [Piper voice](https://huggingface.co/rhasspy/piper-voices/tree/main) to use, in the format `<language>-<name>-<quality>` |
124+
| `LOCAL_ONLY=` | If set to `true`, or any other value, the container will not attempt to download models from HuggingFace and will only use locally-provided models. |
122125
| `PIPER_LENGTH=1.0` | Voice speaking rate, 1.0 is default with < 1.0 being faster and > 1.0 being slower. |
123126
| `PIPER_NOISE=0.667` | Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. |
124127
| `PIPER_NOISEW=0.333` | Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses. |
@@ -347,6 +350,7 @@ To help with development, we generate this dependency graph.
347350

348351
## Versions
349352

353+
* **29.08.25:** - Add support for local only mode.
350354
* **10.08.25:** - Add streaming support.
351355
* **18.07.24:** - Rebase to Ubuntu Noble.
352356
* **25.11.23:** - Initial Release.

0 commit comments

Comments
 (0)