зеркало из https://github.com/mozilla/DeepSpeech.git
15 строки
460 B
YAML
15 строки
460 B
YAML
build:
|
|
template_file: examples-base.tyml
|
|
docker_image: "node:10"
|
|
dependencies:
|
|
- "linux-amd64-cpu-opt"
|
|
system_setup:
|
|
>
|
|
apt-get -qq -y install ffmpeg
|
|
args:
|
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/examples/ffmpeg_vad_streaming/test.sh"
|
|
workerType: "${docker.dsTests}"
|
|
metadata:
|
|
name: "DeepSpeech examples: ffmpeg VAD Streaming NodeJS v10.x"
|
|
description: "DeepSpeech examples: ffmpeg VAD Streaming NodeJS v10.x"
|