12 lines
399 B
YAML
12 lines
399 B
YAML
build:
|
|
template_file: examples-base.tyml
|
|
docker_image: "python:3.6"
|
|
dependencies:
|
|
- "linux-amd64-cpu-opt"
|
|
args:
|
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/examples/vad_transcriber/test.sh 3.6.0:m"
|
|
workerType: "${docker.dsTests}"
|
|
metadata:
|
|
name: "DeepSpeech examples: VAD transcriber Py3.6"
|
|
description: "DeepSpeech examples: VAD transcriber streaming Python 3.6"
|