File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ pipeline {
3131 PR_DOCKERHUB_IMAGE = ' lspipepr/piper'
3232 DIST_IMAGE = ' ubuntu'
3333 MULTIARCH = ' false'
34- CI = ' false '
34+ CI = ' true '
3535 CI_WEB = ' false'
3636 CI_DELAY = ' 120'
37- CI_DOCKERENV = ' '
37+ CI_DOCKERENV = ' PIPER_VOICE=en_US-lessac-medium '
3838 CI_AUTH = ' '
3939 CI_WEBPATH = ' '
4040 }
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Find us at:
3535[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/linuxserver/piper.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker )] ( https://hub.docker.com/r/linuxserver/piper )
3636[ ![ Docker Stars] ( https://img.shields.io/docker/stars/linuxserver/piper.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker )] ( https://hub.docker.com/r/linuxserver/piper )
3737[ ![ Jenkins Build] ( https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-piper%2Fjob%2Fgpu%2F&logo=jenkins )] ( https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-piper/job/gpu/ )
38+ [ ![ LSIO CI] ( https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fpiper%2Fgpu%2Fci-status.yml )] ( https://ci-tests.linuxserver.io/linuxserver/piper/gpu/index.html )
3839
3940[ Piper] ( https://github.com/rhasspy/piper/ ) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.
4041
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ repo_vars:
1919 - PR_DOCKERHUB_IMAGE = 'lspipepr/piper'
2020 - DIST_IMAGE = 'ubuntu'
2121 - MULTIARCH='false'
22- - CI='false '
22+ - CI='true '
2323 - CI_WEB='false'
2424 - CI_DELAY='120'
25- - CI_DOCKERENV=''
25+ - CI_DOCKERENV='PIPER_VOICE=en_US-lessac-medium '
2626 - CI_AUTH=''
2727 - CI_WEBPATH=''
You can’t perform that action at this time.
0 commit comments