Skip to content

Commit

Permalink
FEAT-modin-project#2447: pin daal4py version
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Nov 20, 2020
1 parent c6841be commit 06d6bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN conda update -n base -c defaults conda -y && \

RUN conda activate modin && \
conda install -c intel/label/modin -c conda-forge -c intel ${add_extra_channel} \
daal4py dpcpp_cpp_rt && \
"daal4py>=2021.1" dpcpp_cpp_rt && \
conda install -c conda-forge scikit-learn && \
conda clean --all --yes

Expand Down

0 comments on commit 06d6bb0

Please sign in to comment.