install scikit learn from repo
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2020-08-06 22:20:21 +02:00
parent 4515b0aedc
commit f1d9789e43
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,6 @@ WORKDIR /app
COPY requirements.txt .
RUN apt update && apt install -y libsndfile1-dev libsndfile1 python3-sklearn python3-sklearn-lib && apt clean
RUN pip install cython numpy==1.18.2 && pip install -r requirements.txt

View File

@ -13,7 +13,6 @@ pyAudioAnalysis==0.3.0
pydub==0.23.1
pyparsing==2.4.6
python-dateutil==2.8.1
scikit-learn==0.21.3
scipy==1.4.1
simplejson==3.17.0
six==1.14.0