diff --git a/Dockerfile b/Dockerfile index c8cb532..b43e501 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN pip3 install sklearn RUN pip3 install sacred RUN pip3 install pymongo RUN pip3 install GitPython +RUN pip3 install mlflow # RUN python3 -m pip install kaggle RUN python3 -m pip install pandas