Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-05-11 00:49:21 +02:00
parent 921fa778eb
commit 791efdb65f

View File

@ -5,3 +5,4 @@ RUN apt-get update && apt-get install -y
RUN pip install pandas
RUN pip install scikit-learn
RUN pip install tensorflow
RUN pip install matplotlib