install scikit learn from repo
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
4515b0aedc
commit
f1d9789e43
@ -4,4 +4,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY requirements.txt .
|
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
|
RUN pip install cython numpy==1.18.2 && pip install -r requirements.txt
|
||||||
|
@ -13,7 +13,6 @@ pyAudioAnalysis==0.3.0
|
|||||||
pydub==0.23.1
|
pydub==0.23.1
|
||||||
pyparsing==2.4.6
|
pyparsing==2.4.6
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.1
|
||||||
scikit-learn==0.21.3
|
|
||||||
scipy==1.4.1
|
scipy==1.4.1
|
||||||
simplejson==3.17.0
|
simplejson==3.17.0
|
||||||
six==1.14.0
|
six==1.14.0
|
||||||
|
Loading…
Reference in New Issue
Block a user