This commit is contained in:
Max 2021-01-04 18:21:11 +00:00
parent c56b881924
commit 3bae2e83cf

View File

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