mirror of
https://github.com/alphacep/vosk-api.git
synced 2026-01-09 07:32:34 +08:00
6 lines
194 B
Bash
Executable File
6 lines
194 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e -x
|
|
docker build --file Dockerfile.manylinux --tag alphacep/kaldi-manylinux:latest .
|
|
docker run --rm -v `realpath ..`:/io alphacep/kaldi-manylinux /io/travis/build-wheels.sh
|