add requirements
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-05-06 12:17:20 +02:00
parent 46d5b5cf68
commit 54eeaa7170
3 changed files with 48 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM python:3.8
RUN pip install cython numpy==1.18.2 && pip install -r requirements.txt