diff --git a/Jenkinsfile b/Jenkinsfile index dc29afd..105314d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { PR_DOCKERHUB_IMAGE = 'lspipepr/faster-whisper' DIST_IMAGE = 'ubuntu' MULTIARCH='false' - CI='true' + CI='false' CI_WEB='false' CI_DELAY='120' CI_DOCKERENV='TZ=Europe/London|WHISPER_MODEL=tiny-int8' diff --git a/README.md b/README.md index 9659e51..5c28f1d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Find us at: [![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/faster-whisper.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/faster-whisper) [![Docker Stars](https://img.shields.io/docker/stars/linuxserver/faster-whisper.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/faster-whisper) [![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-faster-whisper%2Fjob%2Fgpu%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-faster-whisper/job/gpu/) -[![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%2Ffaster-whisper%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/faster-whisper/latest/index.html) [Faster-whisper](https://github.com/SYSTRAN/faster-whisper) is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models. This container provides a Wyoming protocol server for faster-whisper. diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 93c866d..abc39d0 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -17,7 +17,7 @@ repo_vars: - PR_DOCKERHUB_IMAGE = 'lspipepr/faster-whisper' - DIST_IMAGE = 'ubuntu' - MULTIARCH='false' - - CI='true' + - CI='false' - CI_WEB='false' - CI_DELAY='120' - CI_DOCKERENV='TZ=Europe/London|WHISPER_MODEL=tiny-int8'