Zaktualizuj 'Dockerfile'

This commit is contained in:
Szymon Jadczak 2022-05-08 12:12:28 +02:00
parent c893a1f348
commit fc3caf4d57

View File

@ -10,3 +10,4 @@ RUN pip3 install sklearn
RUN pip3 install tensorflow RUN pip3 install tensorflow
RUN pip3 install matplotlib RUN pip3 install matplotlib
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install pymongo