This commit is contained in:
Max 2021-01-04 18:36:45 +00:00
parent afbaba7ac7
commit 16d1c098bf

View File

@ -2,7 +2,7 @@ FROM python:3.7
COPY . . COPY . .
RUN apt update RUN apt update
RUN apt install -y python3-numpy RUN apt install -y python3-numpy
RUN apt install -y python-pandas RUN apt install -y python3-pandas
RUN apt install -y wget RUN apt install -y wget
RUN pip install requests RUN pip install requests
RUN pip install -r requirements.txt RUN pip install -r requirements.txt