Docker buildx compilation of applications used by Rhasspy and voice2json.
- Speech to text
- Language modeling
- Grapheme to phoneme
- Text to Speech
amd64
(desktop/laptop/server)arm/v7
(Raspberry Pi 2/3)arm64
(Raspberry Pi 3+/4)arm/v6
(Raspberry Pi 0/1)
Set the DOCKER_REGISTRY
environment variable to your local Docker registry (needed for manifest support). Make sure to include a final /
$ git clone https://github.com/synesthesiam/prebuilt-apps.git
$ cd prebuilt-apps/
$ make
This may take all day and all night. Artifacts will be in the dist/
directory.