konverner commited on
Commit
c5f4f8c
1 Parent(s): 899cf32

Docker support added

Browse files
Files changed (2) hide show
  1. Dockerfile +4 -0
  2. requirements.txt +64 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM python:3.9
2
+ MAINTAINER Konstantin Verner <konst.verner@gmail.com>
3
+ COPY . .
4
+ RUN pip install .
requirements.txt ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.21.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ appdirs==1.4.4
5
+ async-timeout==4.0.2
6
+ attrs==23.1.0
7
+ audioread==3.0.0
8
+ certifi==2023.5.7
9
+ cffi==1.15.1
10
+ charset-normalizer==3.2.0
11
+ colorama==0.4.6
12
+ datasets==2.13.1
13
+ decorator>=4.0.2
14
+ dill==0.3.6
15
+ filelock==3.12.2
16
+ frozenlist==1.4.0
17
+ fsspec==2023.6.0
18
+ huggingface-hub==0.16.4
19
+ HyperPyYAML==1.2.1
20
+ idna==3.4
21
+ Jinja2==3.1.2
22
+ joblib==1.3.1
23
+ lazy_loader==0.3
24
+ librosa==0.10.0.post2
25
+ llvmlite==0.40.1
26
+ MarkupSafe==2.1.3
27
+ mpmath==1.3.0
28
+ msgpack==1.0.5
29
+ multidict==6.0.4
30
+ multiprocess==0.70.14
31
+ networkx==3.1
32
+ numba==0.57.1
33
+ numpy>=1.22
34
+ packaging==23.1
35
+ pandas>=1.5.3
36
+ pooch==1.6.0
37
+ psutil==5.9.5
38
+ pyarrow>=3.0.0
39
+ pycparser==2.21
40
+ python-dateutil==2.8.2
41
+ pytz==2023.3
42
+ PyYAML==6.0
43
+ ruamel.yaml==0.17.28
44
+ ruamel.yaml.clib==0.2.7
45
+ safetensors==0.3.1
46
+ scikit-learn==1.3.0
47
+ scipy==1.11.1
48
+ sentencepiece==0.1.99
49
+ six==1.16.0
50
+ soundfile==0.12.1
51
+ soxr==0.3.5
52
+ speechbrain==0.5.14
53
+ sympy==1.12
54
+ threadpoolctl==3.2.0
55
+ tokenizers==0.13.3
56
+ torch==2.0.1
57
+ torchaudio==2.0.2
58
+ tqdm==4.65.0
59
+ transformers==4.30.2
60
+ typing_extensions==4.7.1
61
+ tzdata==2023.3
62
+ urllib3==2.0.3
63
+ xxhash==3.2.0
64
+ yarl==1.9.2