Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-05-11 21:25:11 +02:00
parent 457379e45a
commit 49ba40f325

View File

@ -6,3 +6,4 @@ RUN pip install pandas
RUN pip install scikit-learn
RUN pip install tensorflow
RUN pip install matplotlib
RUN pip install sacred