mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
19 lines
1017 B
YAML
19 lines
1017 B
YAML
build:
|
|
template_file: linux-opt-base.tyml
|
|
routes:
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branch}.cpu"
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branch}.${event.head.sha}.cpu"
|
|
- "index.project.deepspeech.deepspeech.native_client.cpu.${event.head.sha}"
|
|
system_setup:
|
|
>
|
|
${nodejs.packages.prep_6} && apt-get -qq update && apt-get -qq -y install nodejs python-yaml &&
|
|
apt-get -qq -y install ${python.packages.apt} && ${swig.packages.install_script}
|
|
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.cpu/artifacts/public/home.tar.xz"
|
|
summarize_graph: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.cpu/artifacts/public/summarize_graph"
|
|
scripts:
|
|
build: "taskcluster/host-build.sh"
|
|
package: "taskcluster/package.sh"
|
|
metadata:
|
|
name: "DeepSpeech Linux AMD64 CPU"
|
|
description: "Building DeepSpeech for Linux/AMD64, CPU only, optimized version"
|