install scikit learn from repo
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2020-08-06 22:20:21 +02:00
parent 4515b0aedc
commit f1d9789e43
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