File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ 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
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
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
8+ RUN pip3 install tqdm==4.45.0 statsmodels==0.11.1 pydub==0.24.1 resampy==0.2.2 ffmpeg-python==0.2.0 cma==3.0.3 mypy==0.770
99
1010# TODO check if jupyter notebook works
1111RUN pip3 install jupyter==1.0.0 && pip3 install jupyterlab==2.1.0
@@ -20,7 +20,7 @@ RUN pip3 install GPy==1.9.9
2020RUN pip3 install lightgbm==2.3.1
2121RUN pip3 install xgboost==1.1.1
2222
23- RUN pip3 install pytest==5.4.1 pytest-pep8==1.0.6 pytest-mock==3.1.0 codecov==2.0.22 requests==2.23.0
23+ RUN pip3 install pytest==5.4.1 pytest-pep8==1.0.6 pytest-mock==3.1.0 codecov==2.1.8 requests==2.23.0
2424
2525RUN mkdir /project; mkdir /project/TMP
2626VOLUME /project/TMP
You can’t perform that action at this time.
0 commit comments