LPDI-EPFL/masif_seed

DockerFile invalid python sklearn

slieped opened this issue · 2 comments

The DockerFile to build pip3 install sklearn.
However, this is only a empty-repo from scikit-learn to prevent malicious attacks.
Check here: https://pypi.org/project/sklearn/
and the correct one here: https://pypi.org/project/scikit-learn/

PS. thanks for this great tool and congratz on the publication!

Victor Montal

Hi Victor,
thanks for opening a ticket! I updated to dockerfile to use the correct scikit-learn repo.