mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
8 lines
157 B
YAML
8 lines
157 B
YAML
name: "Setup TensorFlow"
|
|
description: "Setup TensorFlow Build"
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- run: ./taskcluster/tf_tc-setup.sh
|
|
shell: bash
|