dmitriy-serdyuk/kaldi-singularity:latest
$ singularity pull shub://dmitriy-serdyuk/kaldi-singularity:latest
Singularity Recipe
Bootstrap: docker
From: pytorch/pytorch:1.0.1-cuda10.0-cudnn7-runtime
%post
echo "Installing Tools with apt-get "
apt-get update
apt-get install -y --no-install-recommends g++ make automake autoconf bzip2 unzip wget sox libtool git subversion python2.7 python3 zlib1g-dev ca-certificates patch ffmpeg vim
cd /
git clone https://github.com/kaldi-asr/kaldi.git
cd kaldi/tools
./extras/install_mkl.sh
make
cd /kaldi/src
./configure --shared --use-cuda=no
make depend
make
%environment
SHELL=/bin/bash
export SHELL
Collection
- Name: dmitriy-serdyuk/kaldi-singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/dmitriy-serdyuk-kaldi-singularity-latest |
collection name | dmitriy-serdyuk/kaldi-singularity |
branch | master |
tag | latest |
commit | 1273a47d2421e731109bb6a62fc89ee60a651703 |
version (container hash) | b25b4a5b8b8d5127d5af4c2e54463f3ad9c102ee179a9edc5c9cecca1dc3eb27 |
build date | 2019-09-18T18:50:22.781Z |
size (MB) | 3671.58984375 |
size (bytes) | 3849940992 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.