added sacred&mloflow to docker

This commit is contained in:
Jakub Pogodziński 2021-05-16 15:06:12 +02:00
parent 244e62857a
commit b511261142

View File

@ -8,6 +8,8 @@ RUN pip3 install tensorflow
RUN pip3 install numpy
RUN pip3 install matplotlib
RUN pip3 install sklearn
RUN pip3 install sacred
RUN pip3 install mlflow