Skip to content

Commit 0c41c1d

Browse files
committedJul 6, 2022
add Dockerfile
1 parent 2f930ce commit 0c41c1d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎Dockerfile

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.