File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,23 @@ 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.15.0 Pillow==7.2.0
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
7+ RUN pip3 install numpy==1.19 .1 scipy==1.4.1 matplotlib==3.3 .1 scikit-learn==0.23.2 six==1.15.0 Pillow==7.2.0
8+ RUN pip3 install tqdm==4.48.2 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
1212# https://stackoverflow.com/questions/49024624/how-to-dockerize-jupyter-lab
1313
1414RUN pip3 install h5py==2.10.0
15- RUN pip3 install tensorflow-addons==0.10.0
15+ RUN pip3 install tensorflow-addons==0.11.1
1616RUN pip3 install mxnet==1.6.0
1717RUN pip3 install torch==1.5.0 torchvision==0.6.0 -f https://download.pytorch.org/whl/torch_stable.html
1818RUN pip3 install catboost==0.24
1919RUN 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.2.0 codecov==2.1.8 requests==2.23 .0
23+ RUN pip3 install pytest==5.4.1 pytest-pep8==1.0.6 pytest-mock==3.2.0 codecov==2.1.8 requests==2.24 .0
2424
2525RUN mkdir /project; mkdir /project/TMP
2626VOLUME /project/TMP
You can’t perform that action at this time.
0 commit comments