mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
24 lines
1.1 KiB
YAML
24 lines
1.1 KiB
YAML
build:
|
|
template_file: linux-opt-base.tyml
|
|
routes:
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.gpu"
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.gpu"
|
|
- "index.project.deepspeech.deepspeech.native_client.gpu.${event.head.sha}"
|
|
system_setup:
|
|
>
|
|
${nodejs.packages_trusty.prep_8} && ${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://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.r1.13.3e0cc5374d6f4a0cc1e1c14e7a185296fe23ea4b.gpu/artifacts/public/home.tar.xz"
|
|
maxRunTime: 14400
|
|
scripts:
|
|
build: "taskcluster/cuda-build.sh"
|
|
package: "taskcluster/package.sh"
|
|
nc_asset_name: "native_client.amd64.cuda.linux.tar.xz"
|
|
metadata:
|
|
name: "DeepSpeech Linux AMD64 CUDA"
|
|
description: "Building DeepSpeech for Linux/AMD64, CUDA-enabled, optimized version"
|