Update
This commit is contained in:
parent
c56b881924
commit
3bae2e83cf
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user