Merge pull request #2244 from lissyx/fix-rename_to_gpu

Ensure --cuda flag passed for CUDA builds
This commit is contained in:
Reuben Morais 2019-07-12 13:23:43 +00:00 committed by GitHub
commit 0f67078549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,6 @@ do_bazel_build
do_deepspeech_binary_build
do_deepspeech_python_build rename_to_gpu
do_deepspeech_python_build "--cuda"
do_deepspeech_nodejs_build rename_to_gpu
do_deepspeech_nodejs_build "--cuda"