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.
2 parents 915befa + dd0914d commit 6946dddCopy full SHA for 6946ddd
Dockerfile
@@ -116,9 +116,9 @@ RUN pip install ibis-framework && \
116
pip install gluoncv && \
117
/tmp/clean-layer.sh
118
119
-# scikit-learn dependencies
120
RUN pip install scipy && \
121
- pip install scikit-learn && \
+ # b/176817038 avoid upgrade to 0.24 which is causing issues with hep-ml package.
+ pip install scikit-learn==0.23.2 && \
122
# HDF5 support
123
pip install h5py && \
124
pip install biopython && \
0 commit comments