Skip to content

Commit 2204d68

Browse files
author
Beat Buesser
committed
Update Dockerfile
Signed-off-by: Beat Buesser <[email protected]>
1 parent 118c3e2 commit 2204d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN pip3 install keras==2.3.1
44
#FROM tensorflow/tensorflow:1.15.3-py3
55
#RUN pip3 install keras==2.2.5
66

7-
RUN pip3 install numpy==1.18.1 scipy==1.4.1 matplotlib==3.2.1 scikit-learn==0.22.1 six==1.13.0 Pillow==6.2.2
7+
RUN pip3 install numpy==1.18.1 scipy==1.4.1 matplotlib==3.2.1 scikit-learn==0.22.1 six==1.15.0 Pillow==6.2.2
88
RUN pip3 install tqdm==4.45.0 statsmodels==0.11.0 pydub==0.24.1 resampy==0.2.2 ffmpeg-python==0.2.0 cma==2.7.0 mypy==0.770
99

1010
#TODO check if jupyter notebook works

0 commit comments

Comments
 (0)