We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118c3e2 commit 2204d68Copy full SHA for 2204d68
Dockerfile
@@ -4,7 +4,7 @@ RUN pip3 install keras==2.3.1
4
#FROM tensorflow/tensorflow:1.15.3-py3
5
#RUN pip3 install keras==2.2.5
6
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
+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
8
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
9
10
#TODO check if jupyter notebook works
0 commit comments