-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSingularity.Kaldi
27 lines (23 loc) · 1.21 KB
/
Singularity.Kaldi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Bootstrap:docker
From:ubuntu:latest
%labels
MAINTAINER Agarwal-Aashish
%environment
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
%post
apt-get update
apt-get install -y zlib1g-dev automake autoconf unzip sox libtool subversion python2.7 python3 libpcre3 libpcre3-dev gfortran build-essential git zlib1g-dev libtool curl vim python-pip screen gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-plugins-ugly gstreamer1.0-tools libgstreamer1.0-dev libjansson-dev python-gi wget python3-pip libsndfile1 software-properties-common ffmpeg
pip install --upgrade ws4py==0.3.2 pyyaml tornado soundfile
pip3 install sox python_speech_features pyxdg bs4 six requests tables attrdict setuptools librosa soundfile flask wave flask_cors
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install nodejs
npm install -g @angular/cli
npm install @angular/cli --save
npm install @angular/compiler-cli --save
npm install @angular-devkit/core --save-dev
npm install --save-dev @angular-devkit/build-angular
npm install
%runscript
echo "Successfully installed the dependencies."