4 lines
89 B
Docker
4 lines
89 B
Docker
FROM python:3.8
|
|
|
|
RUN pip install cython numpy==1.18.2 && pip install -r requirements.txt
|