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 8f7feba commit 99f65f0Copy full SHA for 99f65f0
Dockerfile.tmpl
@@ -218,7 +218,8 @@ RUN pip install ibis-framework && \
218
RUN pip install scipy && \
219
pip install scikit-learn && \
220
# Scikit-learn accelerated library for x86
221
- pip install scikit-learn-intelex && \
+ # TODO(b/262387811#4) Unpin when the package is fixed.
222
+ pip install scikit-learn-intelex==2021.6.3 && \
223
# HDF5 support
224
pip install h5py && \
225
pip install biopython && \
0 commit comments