Skip to content

Commit e9bb120

Browse files
committed
scripts: Add python-kaldi build target
1 parent 45d8c00 commit e9bb120

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def build_common(name, tag, extra_opts=''):
7878
'tf-old', 'tf-current', 'tf-future',
7979
'caffe', 'pytorch',
8080
'cntk-builder','cntk',
81+
'kaldi',
8182
'vendor-aws', 'vendor-ngc', 'vendor-freecad',
8283
]
8384

@@ -338,6 +339,9 @@ def main(build, list_builds, _auto_push):
338339
build_kernel('python-cntk', '2.7-py36')
339340
build_kernel('python-cntk', '2.7-py36-cuda9')
340341

342+
if 'kaldi' in build:
343+
build_kernel('python-kaldi', 'py38-cuda11.1')
344+
341345
# AWS polly
342346
if 'vendor-aws' in build:
343347
build_kernel('vendor/aws_polly', '0.1-alpine3.8')

0 commit comments

Comments
 (0)