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:
@ -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
|
||||
|
Reference in New Issue
Block a user