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 34e57c1 commit b2ca074Copy full SHA for b2ca074
Dockerfile
@@ -15,7 +15,7 @@ RUN pip3 install h5py==2.10.0
15
RUN pip3 install tensorflow-addons==0.10.0
16
RUN pip3 install mxnet==1.6.0
17
RUN pip3 install torch==1.5.0 torchvision==0.6.0 -f https://download.pytorch.org/whl/torch_stable.html
18
-RUN pip3 install catboost==0.23.2
+RUN pip3 install catboost==0.24
19
RUN pip3 install GPy==1.9.9
20
RUN pip3 install lightgbm==2.3.1
21
RUN pip3 install xgboost==1.1.1
0 commit comments