Skip to content

Commit f4d7262

Browse files
authored
Adding scikit-learn-intelex package (#1135)
1 parent 66a12ac commit f4d7262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ RUN pip install ibis-framework && \
212212

213213
RUN pip install scipy && \
214214
pip install scikit-learn && \
215+
# Scikit-learn accelerated library for x86
216+
pip install scikit-learn-intelex && \
215217
# HDF5 support
216218
pip install h5py && \
217219
pip install biopython && \

0 commit comments

Comments
 (0)