This reverts commit 3e99b0d8b2b2d6e47c8ff7eb1dfd9a88eba8e6d8, reversing changes made to 3a8c45cb619589f5f6acf4bfb71e7d6b18e8eab5.
15 lines
473 B
YAML
15 lines
473 B
YAML
build:
|
|
template_file: examples-base.tyml
|
|
docker_image: "python:3.7"
|
|
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.7.0:m"
|
|
workerType: "${docker.dsTests}"
|
|
metadata:
|
|
name: "DeepSpeech examples: mic VAD streaming Py3.7"
|
|
description: "DeepSpeech examples: mic VAD streaming Python 3.7"
|