This is the official Docker Hub of the Kaldi project. http://kaldi-asr.org
100K+
This is the official Docker Hub of the Kaldi project: http://kaldi-asr.org
Kaldi offers two sets of images: CPU-based images and GPU-based images. Daily builds of the latest version of the master branch (both CPU and GPU images) are pushed to DockerHub.
Sample usage of the CPU based images:
docker run -it kaldiasr/kaldi:latest
Sample usage of the GPU based images:
Note: use nvidia-docker to run the GPU images.
docker run -it --runtime=nvidia kaldiasr/kaldi:gpu-latest
Please refer to Kaldi's GitHub repository for more details.
Content type
Image
Digest
sha256:335fa60ff…
Size
2.3 GB
Last updated
about 1 year ago
docker pull kaldiasr/kaldi