Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Kaldi Docker Images

Sample usage of the CPU based images:

docker run -it mdoulaty/kaldi:latest bash

Sample usage of the GPU based images:

Note: use nvidia-docker to run the GPU images.

docker run -it --runtime=nvidia mdoulaty/kaldi:gpu-latest bash