DeepSpeech/taskcluster/node-package-gpu.yml
2020-02-20 10:09:11 +01:00

18 lines
753 B
YAML

build:
template_file: linux-opt-base.tyml
dependencies:
- "linux-amd64-gpu-opt"
- "win-amd64-gpu-opt"
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}
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"