We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f930ce commit 0c41c1dCopy full SHA for 0c41c1d
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM nvcr.io/nvidia/pytorch:20.12-py3
2
+RUN apt-get update --fix-missing
3
+
4
+RUN pip install pillow==6.2.0
5
+RUN pip install torchaudio==0.8.0
6
+RUN pip install inflect==4.1.0
7
+RUN pip install scipy==1.5.0
8
+RUN pip install tqdm
9
+RUN pip install pesq
10
+RUN pip install pystoi
0 commit comments