Zaktualizuj 'Dockerfile'

This commit is contained in:
Szymon Jadczak 2022-05-08 11:51:58 +02:00
parent 55be77b806
commit bfc5bdffc2

View File

@ -9,3 +9,4 @@ RUN pip3 install numpy
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install tensorflow RUN pip3 install tensorflow
RUN pip3 install matplotlib RUN pip3 install matplotlib
RUN pip3 install sacred