Zaktualizuj 'Dockerfile'

This commit is contained in:
Szymon Jadczak 2022-05-01 19:56:43 +02:00
parent f416349645
commit 50f3849829

View File

@ -8,3 +8,4 @@ RUN pip3 install pandas
RUN pip3 install numpy RUN pip3 install numpy
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install tensorflow RUN pip3 install tensorflow
RUN pip3 install matplotlib