DeepSpeech/taskcluster/node-package-gpu.yml
2020-01-18 10:08:04 +01:00

24 lines
973 B
YAML

build:
template_file: linux-opt-base.tyml
dependencies:
- "linux-amd64-gpu-opt"
- "win-amd64-gpu-opt"
routes:
- "notify.irc-channel.${notifications.irc}.on-exception"
- "notify.irc-channel.${notifications.irc}.on-failed"
system_setup:
>
${nodejs.packages_trusty.prep_12} && ${nodejs.packages_trusty.apt_pinning}
&& apt-get -qq update && apt-get -qq -y install nodejs python-yaml &&
apt-get -qq -y install ${python.packages_trusty.apt} && ${swig.packages.install_script}
system_config:
>
${swig.patch_nodejs.linux}
tensorflow: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r1.15.ceb46aae5836a0f648a2c3da5942af2b7d1b98bf.cpu/artifacts/public/home.tar.xz"
scripts:
build: "taskcluster/node-build.sh --cuda"
package: "taskcluster/node-package.sh"
metadata:
name: "DeepSpeech NodeJS GPU package"
description: "Packaging DeepSpeech GPU for registry"