зеркало из https://github.com/mozilla/DeepSpeech.git
15 строки
472 B
YAML
15 строки
472 B
YAML
build:
|
|
template_file: examples-base.tyml
|
|
docker_image: "python:3.8"
|
|
dependencies:
|
|
- "linux-amd64-cpu-opt"
|
|
system_setup:
|
|
>
|
|
apt-get -qq -y install portaudio19-dev pulseaudio
|
|
args:
|
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/examples/mic_vad_streaming/test.sh 3.8.0:"
|
|
workerType: "${docker.dsTests}"
|
|
metadata:
|
|
name: "DeepSpeech examples: mic VAD streaming Py3.8"
|
|
description: "DeepSpeech examples: mic VAD streaming Python 3.8"
|